mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 05:27:44 +03:00
Set URL
This commit is contained in:
parent
dcdbec7577
commit
4d3b7bf732
@ -26,7 +26,7 @@ class FaceNetEmbedding(BaseEmbedding):
|
|||||||
model_name="facedet",
|
model_name="facedet",
|
||||||
model_file="facenet.onnx",
|
model_file="facenet.onnx",
|
||||||
download_urls={
|
download_urls={
|
||||||
"facenet.onnx": "https://github.com/NickM-27/facenet-onnx/releases/download/v1.0/arcface.onnx",
|
"facenet.onnx": "https://github.com/NickM-27/facenet-onnx/releases/download/v1.0/facenet.onnx",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
self.device = device
|
self.device = device
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user