PrashanthB461 commited on
Commit
66d7181
·
verified ·
1 Parent(s): 423b06a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ CONFIG = {
59
  "improper_tool_use": 0.15
60
  },
61
  "IOU_THRESHOLD": 0.4,
62
- "MIN_VIOLATION_FRAMES": 5, # 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
  }
 
59
  "improper_tool_use": 0.15
60
  },
61
  "IOU_THRESHOLD": 0.4,
62
+ "MIN_VIOLATION_FRAMES":3, # 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
  }