PrashanthB461 commited on
Commit
ec4b4b8
·
verified ·
1 Parent(s): 0615d03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ CONFIG = {
61
  "IOU_THRESHOLD": 0.4,
62
  "MIN_VIOLATION_FRAMES": 2, # Reduced to ensure violations are detected with fewer frames
63
  "HELMET_CONFIDENCE_THRESHOLD": 0.7,
64
- "MAX_PROCESSING_TIME": 30 # Enforce 30-second processing limit
65
  }
66
 
67
  # Setup logging
 
61
  "IOU_THRESHOLD": 0.4,
62
  "MIN_VIOLATION_FRAMES": 2, # Reduced to ensure violations are detected with fewer frames
63
  "HELMET_CONFIDENCE_THRESHOLD": 0.7,
64
+ "MAX_PROCESSING_TIME": 90 # Enforce 30-second processing limit
65
  }
66
 
67
  # Setup logging