mustafa2ak commited on
Commit
2bacb0e
·
verified ·
1 Parent(s): 6e6c198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ class DatasetCollectionApp:
82
  temp_dogs = {}
83
 
84
  # Calculate minimum frame gap for diversity
85
- min_frame_gap = max(30, total_frames // 45)
86
 
87
  # Quality tracking
88
  blur_rejected = 0
 
82
  temp_dogs = {}
83
 
84
  # Calculate minimum frame gap for diversity
85
+ min_frame_gap = max(15, total_frames // 45)
86
 
87
  # Quality tracking
88
  blur_rejected = 0