Skip to content

Commit

Permalink
tensorflow-lite: switch default model to efficientdet_lite0_320_ptq
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jan 30, 2024
1 parent 0ada628 commit c28e60d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/tensorflow-lite/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/tensorflow-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.1.45"
"version": "0.1.46"
}
2 changes: 1 addition & 1 deletion plugins/tensorflow-lite/src/tflite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def configureModel():
nonlocal model

if defaultModel:
model = "yolov8n_full_integer_quant_320"
model = "efficientdet_lite0_320_ptq"
self.yolo = "yolo" in model
self.yolov8 = "yolov8" in model

Expand Down

0 comments on commit c28e60d

Please sign in to comment.