Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def process_and_show_completion(video_input_path, anomaly_threshold_input, fps,
|
|
29 |
anomaly_frames_posture_pil = [Image.fromarray(frame) for frame in anomaly_frames_posture_images]
|
30 |
|
31 |
face_samples_frequent = [Image.open(path) for path in face_samples_frequent]
|
32 |
-
face_samples_other = [Image.open(path) for path in face_samples_other]
|
33 |
|
34 |
output = [
|
35 |
exec_time, results_summary,
|
|
|
29 |
anomaly_frames_posture_pil = [Image.fromarray(frame) for frame in anomaly_frames_posture_images]
|
30 |
|
31 |
face_samples_frequent = [Image.open(path) for path in face_samples_frequent]
|
32 |
+
#face_samples_other = [Image.open(path) for path in face_samples_other]
|
33 |
|
34 |
output = [
|
35 |
exec_time, results_summary,
|