Skip to content

Commit

Permalink
openvino: switch to scrypted_yolov9c_320
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Apr 8, 2024
1 parent 524f912 commit f15526f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/openvino/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/openvino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.1.56"
"version": "0.1.57"
}
2 changes: 1 addition & 1 deletion plugins/openvino/src/ov/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(self, nativeId: str | None = None):

model = self.storage.getItem('model') or 'Default'
if model == 'Default':
model = 'scrypted_yolov8n_320'
model = 'scrypted_yolov9c_320'
self.yolo = 'yolo' in model
self.yolov8 = "yolov8" in model
self.yolov9 = "yolov9" in model
Expand Down

0 comments on commit f15526f

Please sign in to comment.