Use different hashing for the face store

This commit is contained in:
henryruhs
2025-03-04 12:14:37 +01:00
parent 27f77f92fb
commit 679731c02b

View File

@@ -39,6 +39,7 @@ def create_frame_hash(vision_frame : VisionFrame) -> Optional[str]:
return frame_hash return frame_hash
return None return None
def get_reference_faces() -> Optional[FaceSet]: def get_reference_faces() -> Optional[FaceSet]:
if FACE_STORE['reference_faces']: if FACE_STORE['reference_faces']:
return FACE_STORE['reference_faces'] return FACE_STORE['reference_faces']