Files
Traffic-Intersection-Monito…/config.json

25 lines
513 B
JSON

{
"detection": {
"confidence_threshold": 0.5,
"enable_ocr": true,
"enable_tracking": true,
"model_path": "rcb/yolo11x.pt"
},
"violations": {
"red_light_grace_period": 2.0,
"stop_sign_duration": 2.0,
"speed_tolerance": 5
},
"display": {
"max_display_width": 800,
"show_confidence": true,
"show_labels": true,
"show_license_plates": true,
"show_overlay_text": false
},
"performance": {
"max_history_frames": 1000,
"cleanup_interval": 3600
}
}