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