norfair-demo / demo_utils /configuration.py
Diego Fernandez
chore: change model to YOLOv7
0993fd4
raw
history blame
260 Bytes
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"}