hb-setosys commited on
Commit
1bf8802
·
verified ·
1 Parent(s): eb22ee4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -23,13 +23,6 @@ DISTANCE_THRESHOLD = 50
23
 
24
  # Dictionary to define keyword-based time intervals
25
  TIME_INTERVALS = {
26
- "fixed": 3, # Fixed camera video
27
- "moving": 5, # Moving camera video
28
- "drone_slow": 4, # Drone footage (slower interval)
29
- "drone_fast": 8, # Drone footage (faster interval)
30
- "dashcam": 6, # Dashcam video
31
- "highway": 2, # Highway footage
32
- "city": 9, # City road footage
33
  "one": 1,
34
  "two": 2,
35
  "three": 3,
 
23
 
24
  # Dictionary to define keyword-based time intervals
25
  TIME_INTERVALS = {
 
 
 
 
 
 
 
26
  "one": 1,
27
  "two": 2,
28
  "three": 3,