Marcus/Config/config_Vision.json

18 lines
512 B
JSON

{
"yolo_model_path": "Models/yolov8m.pt",
"yolo_confidence": 0.45,
"yolo_iou": 0.45,
"yolo_device": "cpu",
"yolo_half": true,
"yolo_img_size": 320,
"yolo_fps_cap": 2.0,
"tracked_classes": [
"person", "chair", "couch", "bed", "dining table",
"bottle", "cup", "laptop", "keyboard", "mouse",
"backpack", "handbag", "suitcase",
"car", "truck", "motorcycle", "bicycle",
"fire hydrant", "stop sign"
],
"ppe_violation_classes": ["no-helmet", "no_helmet", "no-vest", "no_vest"]
}