nagasurendra commited on
Commit
4e407cd
·
verified ·
1 Parent(s): b43bc78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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) # Fixed frame time tracking
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"),