Update video_processing.py
Browse files- video_processing.py +1 -3
video_processing.py
CHANGED
@@ -323,6 +323,4 @@ def get_all_face_samples(organized_faces_folder, output_folder, largest_cluster,
|
|
323 |
face_samples["others"].append(output_path)
|
324 |
if len(face_samples["others"]) >= max_samples:
|
325 |
break
|
326 |
-
return face_samples
|
327 |
-
|
328 |
-
|
|
|
323 |
face_samples["others"].append(output_path)
|
324 |
if len(face_samples["others"]) >= max_samples:
|
325 |
break
|
326 |
+
return face_samples
|
|
|
|