mirror of
https://github.com/facefusion/facefusion.git
synced 2026-07-25 03:20:57 +02:00
remove unused method
This commit is contained in:
@@ -9,10 +9,6 @@ FACE_STORE : FaceStore =\
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def get_face_store() -> FaceStore:
|
|
||||||
return FACE_STORE
|
|
||||||
|
|
||||||
|
|
||||||
def get_static_faces(vision_frame : VisionFrame) -> Optional[List[Face]]:
|
def get_static_faces(vision_frame : VisionFrame) -> Optional[List[Face]]:
|
||||||
vision_hash = create_hash(vision_frame.tobytes())
|
vision_hash = create_hash(vision_frame.tobytes())
|
||||||
return FACE_STORE.get('static_faces').get(vision_hash)
|
return FACE_STORE.get('static_faces').get(vision_hash)
|
||||||
|
|||||||
Reference in New Issue
Block a user