Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
| 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
|