mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
Set model size
This commit is contained in:
parent
c375d2776c
commit
3325c4f577
@ -131,6 +131,7 @@ class Embeddings:
|
|||||||
"facedet.onnx": "https://github.com/NickM-27/facenet-onnx/releases/download/v1.0/facedet.onnx",
|
"facedet.onnx": "https://github.com/NickM-27/facenet-onnx/releases/download/v1.0/facedet.onnx",
|
||||||
"landmarkdet.yaml": "https://github.com/NickM-27/facenet-onnx/releases/download/v1.0/landmarkdet.yaml",
|
"landmarkdet.yaml": "https://github.com/NickM-27/facenet-onnx/releases/download/v1.0/landmarkdet.yaml",
|
||||||
},
|
},
|
||||||
|
model_size="small",
|
||||||
model_type=ModelTypeEnum.face,
|
model_type=ModelTypeEnum.face,
|
||||||
requestor=self.requestor,
|
requestor=self.requestor,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user