File size: 260 Bytes
210ae8c
 
 
 
0993fd4
210ae8c
 
1
2
3
4
5
6
7
8
DISTANCE_THRESHOLD_BBOX: float = 3.33
DISTANCE_THRESHOLD_CENTROID: int = 30
MAX_DISTANCE: int = 10000

models_path = {"YOLOv7": "custom_models/yolov7.pt", "YOLOv7 Tiny": "custom_models/yolov7-tiny.pt"}

style = {"Bounding box": "bbox", "Centroid": "centroid"}