- changed all_faces boolean in "process_faces" to default to false
This commit is contained in:
parent
d17a440cd6
commit
76d90d55c0
@ -22,7 +22,7 @@ def swap_face_in_frame(source_face, target_face, frame):
|
||||
return frame
|
||||
|
||||
|
||||
def process_faces(source_face, frame, progress, all_faces=True):
|
||||
def process_faces(source_face, frame, progress, all_faces=False):
|
||||
if all_faces:
|
||||
many_faces = get_face_many(frame)
|
||||
if many_faces:
|
||||
|
Loading…
x
Reference in New Issue
Block a user