hb-setosys commited on
Commit
ab003fc
·
verified ·
1 Parent(s): 7849b8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -52,9 +52,6 @@ def count_unique_trucks(video_path):
52
  # Get FPS of the video
53
  fps = int(cap.get(cv2.CAP_PROP_FPS))
54
 
55
- # Extract filename from the path
56
- video_filename = os.path.basename(video_path).lower()
57
-
58
  # Extract filename from the path and convert to lowercase
59
  video_filename = os.path.basename(video_path).lower()
60
 
 
52
  # Get FPS of the video
53
  fps = int(cap.get(cv2.CAP_PROP_FPS))
54
 
 
 
 
55
  # Extract filename from the path and convert to lowercase
56
  video_filename = os.path.basename(video_path).lower()
57