PrashanthB461 commited on
Commit
e616d57
·
verified ·
1 Parent(s): f31fe32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ CONFIG = {
50
  "domain": "login"
51
  },
52
  "PUBLIC_URL_BASE": "https://huggingface.co/spaces/PrashanthB461/AI_Safety_Demo2/resolve/main/static/output/",
53
- "FRAME_SKIP": 50, # Increased to process fewer frames (1 frame every 5 frames)
54
  "CONFIDENCE_THRESHOLDS": {
55
  "no_helmet": 0.5,
56
  "no_harness": 0.15,
 
50
  "domain": "login"
51
  },
52
  "PUBLIC_URL_BASE": "https://huggingface.co/spaces/PrashanthB461/AI_Safety_Demo2/resolve/main/static/output/",
53
+ "FRAME_SKIP": 100, # Increased to process fewer frames (1 frame every 5 frames)
54
  "CONFIDENCE_THRESHOLDS": {
55
  "no_helmet": 0.5,
56
  "no_harness": 0.15,