mirror of
https://github.com/koush/scrypted.git
synced 2026-03-17 07:22:10 +00:00
detect: pubish betas
This commit is contained in:
@@ -29,10 +29,10 @@ predictExecutor = concurrent.futures.ThreadPoolExecutor(1, "CoreML-Predict")
|
||||
availableModels = [
|
||||
"Default",
|
||||
"scrypted_yolov9t_relu_test",
|
||||
"scrypted_yolov9c_relu_320",
|
||||
"scrypted_yolov9m_relu_320",
|
||||
"scrypted_yolov9s_relu_320",
|
||||
"scrypted_yolov9t_relu_320",
|
||||
"scrypted_yolov9c_relu",
|
||||
"scrypted_yolov9m_relu",
|
||||
"scrypted_yolov9s_relu",
|
||||
"scrypted_yolov9t_relu",
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ class CoreMLFaceRecognition(FaceRecognizeDetection):
|
||||
|
||||
for f in files:
|
||||
p = self.downloadFile(
|
||||
f"https://github.com/koush/coreml-models/raw/main/{f}",
|
||||
f"https://huggingface.co/scrypted/plugin-models/resolve/main/coreml/{f}",
|
||||
f"{model_version}/{f}",
|
||||
)
|
||||
modelFile = os.path.dirname(p)
|
||||
|
||||
Reference in New Issue
Block a user