Update app.py
Browse files
app.py
CHANGED
@@ -83,8 +83,8 @@ def count_people(video_path):
|
|
83 |
|
84 |
# Prepare analytics
|
85 |
return {
|
86 |
-
'Total Frames Processed': frame_count,
|
87 |
-
'Total People Detected': total_people_count,
|
88 |
'Average People Per Frame': round(np.mean(people_per_frame), 2),
|
89 |
'Max People in a Single Frame': int(np.max(people_per_frame))
|
90 |
}
|
|
|
83 |
|
84 |
# Prepare analytics
|
85 |
return {
|
86 |
+
#'Total Frames Processed': frame_count,
|
87 |
+
#'Total People Detected': total_people_count,
|
88 |
'Average People Per Frame': round(np.mean(people_per_frame), 2),
|
89 |
'Max People in a Single Frame': int(np.max(people_per_frame))
|
90 |
}
|