mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-01 07:19:30 +00:00
Fix
This commit is contained in:
parent
d1767592cb
commit
88c2ed4898
@ -23,7 +23,7 @@ class ArcfaceEmbedding(BaseEmbedding):
|
||||
):
|
||||
super().__init__(
|
||||
model_name="facedet",
|
||||
model_file="facenet.onnx",
|
||||
model_file="arcface.onnx",
|
||||
download_urls={
|
||||
"arcface.onnx": "https://github.com/NickM-27/facenet-onnx/releases/download/v1.0/arcface.onnx",
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user