mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-15 19:42:08 +03:00
fix: fix face_embedding endpoint line
This commit is contained in:
parent
5d00f02162
commit
9914fd55a7
@ -110,9 +110,8 @@ class FaceNetEmbedding(BaseEmbedding):
|
|||||||
|
|
||||||
|
|
||||||
class ArcfaceEmbedding(BaseEmbedding):
|
class ArcfaceEmbedding(BaseEmbedding):
|
||||||
GITHUB_ENDPOINT = os.environ.get("GITHUB_ENDPOINT", "https://github.com")
|
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
GITHUB_ENDPOINT = os.environ.get("GITHUB_ENDPOINT", "https://github.com")
|
||||||
super().__init__(
|
super().__init__(
|
||||||
model_name="facedet",
|
model_name="facedet",
|
||||||
model_file="arcface.onnx",
|
model_file="arcface.onnx",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user