Spaces:
Runtime error
Runtime error
File size: 260 Bytes
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"}
|