mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 06:03:27 +00:00
coreml: change default model
This commit is contained in:
@@ -89,7 +89,7 @@ class CoreMLPlugin(
|
||||
if model == "Default" or model not in availableModels:
|
||||
if model != "Default":
|
||||
self.storage.setItem("model", "Default")
|
||||
model = "scrypted_yolov9c_320"
|
||||
model = "scrypted_yolov9c_relu_320"
|
||||
self.yolo = "yolo" in model
|
||||
self.scrypted_yolov10n = "scrypted_yolov10" in model
|
||||
self.scrypted_yolo_nas = "scrypted_yolo_nas" in model
|
||||
|
||||
Reference in New Issue
Block a user