mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-31 07:27:57 +00:00
Set correct url
This commit is contained in:
parent
a12f357ad8
commit
773f34df7a
@ -25,7 +25,7 @@ class FaceNetEmbedding(BaseEmbedding):
|
||||
model_name="facedet",
|
||||
model_file="facenet.onnx",
|
||||
download_urls={
|
||||
"facenet.onnx": "https://huggingface.co/jinaai/jina-clip-v1/resolve/main/onnx/text_model_fp16.onnx",
|
||||
"facenet.onnx": "https://github.com/NickM-27/facenet-onnx/releases/download/v1.0/facenet.onnx",
|
||||
},
|
||||
)
|
||||
self.device = device
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user