Skip to content

Commit

Permalink
coreml: fix mobilenet url
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jun 18, 2023
1 parent e0db86c commit 3a23e8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/coreml/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/coreml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.1.19"
"version": "0.1.20"
}
2 changes: 1 addition & 1 deletion plugins/coreml/src/coreml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async def getSettings(self) -> list[Setting]:
"description": "The detection model used to find objects.",
"choices": [
"Default",
"ssd_mobilenet_v1_coco",
"ssdlite_mobilenet_v2",
"yolov4-tiny",
"yolov8n",
],
Expand Down

0 comments on commit 3a23e8e

Please sign in to comment.