diegofernandezc commited on
Commit
522b11b
1 Parent(s): de99e8e

Update demo_utils/configuration.py

Browse files
Files changed (1) hide show
  1. demo_utils/configuration.py +1 -1
demo_utils/configuration.py CHANGED
@@ -7,7 +7,7 @@ models_path = {"YOLOv7": "custom_models/yolov7.pt", "YOLOv7 Tiny": "custom_model
7
  style = {"Bounding box": "bbox", "Centroid": "centroid"}
8
 
9
  examples = {
10
- "soccer": {"distance_threshold": 0.7, "absolute_path": True, "classes": [0]},
11
  "oxford_town_center": {"distance_threshold": 0.7, "absolute_path": False, "classes": [0]},
12
  "traffic_1_A": {"distance_threshold": 0.7, "absolute_path": False, "classes": [2, 3, 5, 7]},
13
  }
7
  style = {"Bounding box": "bbox", "Centroid": "centroid"}
8
 
9
  examples = {
10
+ "soccer": {"distance_threshold": 0.7, "absolute_path": False, "classes": [0]},
11
  "oxford_town_center": {"distance_threshold": 0.7, "absolute_path": False, "classes": [0]},
12
  "traffic_1_A": {"distance_threshold": 0.7, "absolute_path": False, "classes": [2, 3, 5, 7]},
13
  }