Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -289,7 +289,7 @@ def process_video(video, resize_width=4000, resize_height=3000, frame_skip=5):
|
|
| 289 |
all_detections.extend(frame_detections)
|
| 290 |
|
| 291 |
frame_time = (time.time() - frame_start) * 1000
|
| 292 |
-
frame_times.append(frame_time)
|
| 293 |
|
| 294 |
detection_summary = {
|
| 295 |
"timestamp": datetime.now().strftime("%Y-%m-%d %H:%M:%S"),
|
|
|
|
| 289 |
all_detections.extend(frame_detections)
|
| 290 |
|
| 291 |
frame_time = (time.time() - frame_start) * 1000
|
| 292 |
+
frame_times.append(frame_time)
|
| 293 |
|
| 294 |
detection_summary = {
|
| 295 |
"timestamp": datetime.now().strftime("%Y-%m-%d %H:%M:%S"),
|