Himanshu2003 commited on
Commit
07be9ea
·
verified ·
1 Parent(s): 9283a30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def find_plate_on_video(input_path, output_path):
66
  total_frames = int(cap.get(cv2.CAP_PROP_FRAME_COUNT)) or 1
67
  frames = []
68
  frame_idx = 0
69
- skip_frame = 5 # ✅ define properly
70
 
71
  progress_bar = st.progress(0, text="🔍 Analyzing video frames...")
72
 
 
66
  total_frames = int(cap.get(cv2.CAP_PROP_FRAME_COUNT)) or 1
67
  frames = []
68
  frame_idx = 0
69
+ skip_frame = 3 # ✅ define properly
70
 
71
  progress_bar = st.progress(0, text="🔍 Analyzing video frames...")
72