AjaykumarPilla commited on
Commit
d7c6168
·
verified ·
1 Parent(s): 002e9aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ if ball_class_index is None:
25
  STUMPS_WIDTH = 0.2286
26
  BALL_DIAMETER = 0.073
27
  FRAME_RATE = 20
28
- SLOW_MOTION_FACTOR = 1 # Normal speed; increase to slow down
29
  CONF_THRESHOLD = 0.2
30
  IMPACT_ZONE_Y = 0.85
31
  IMPACT_DELTA_Y = 50
 
25
  STUMPS_WIDTH = 0.2286
26
  BALL_DIAMETER = 0.073
27
  FRAME_RATE = 20
28
+ SLOW_MOTION_FACTOR = 2 # Normal speed; increase to slow down
29
  CONF_THRESHOLD = 0.2
30
  IMPACT_ZONE_Y = 0.85
31
  IMPACT_DELTA_Y = 50