gibil commited on
Commit
cf45b0f
·
verified ·
1 Parent(s): a22abd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ import gradio as gr
13
  # ----------------------------
14
  # Settings (optimized for speed, still robust)
15
  # ----------------------------
16
- UP_ANGLE = 155
17
- DOWN_ANGLE = 105
18
 
19
  # Aggressive sampling target (effective inference rate)
20
  # 6 fps usually gives ~5x fewer YOLO calls on 30fps videos.
 
13
  # ----------------------------
14
  # Settings (optimized for speed, still robust)
15
  # ----------------------------
16
+ UP_ANGLE = 125
17
+ DOWN_ANGLE = 90
18
 
19
  # Aggressive sampling target (effective inference rate)
20
  # 6 fps usually gives ~5x fewer YOLO calls on 30fps videos.