detect: pubish betas

This commit is contained in:
Koushik Dutta
2026-01-08 09:37:00 -08:00
parent beb7ec60ba
commit 85074aaa7a
6 changed files with 10 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ class CoreMLPlugin(
if model == "Default" or model not in availableModels:
if model != "Default":
self.storage.setItem("model", "Default")
model = "scrypted_yolov9c_relu_320"
model = "scrypted_yolov9c_relu"
model_version = "v8"
mlmodel = "model"
self.modelName = model