norfair-demo / demo_utils /configuration.py
Diego Fernandez
chore: improve code
210ae8c
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"}