Files
VisDrone-Version/configs/人车.json
2025-08-05 16:55:45 +08:00

58 lines
1.6 KiB
JSON

{
"model_id": "1",
"model_pth_filename": "人车.pth",
"resolution": 448,
"classes_en": [
"pedestrian", "person", "bicycle", "car", "van", "truck", "tricycle", "awning-tricycle", "bus", "motor"
],
"classes_zh_map": {
"pedestrian":"行人",
"person": "人群",
"bicycle": "自行车",
"car": "小汽车",
"van": "面包车",
"truck": "卡车",
"tricycle":"三轮车",
"awning-tricycle":"篷式三轮车",
"bus": "公交车",
"motor":"摩托车"
},
"class_colors_hex": {
"pedestrian": "#470024",
"person": "#00FF00",
"bicycle": "#003153",
"car": "#002FA7",
"van": "#800080",
"truck": "#D44848",
"tricycle": "#003153",
"awning-tricycle": "#FBDC6A",
"bus": "#492D22",
"motor": "#01847F"
},
"detection_settings": {
"enabled_classes": {
"pedestrian": true,
"person": true,
"bicycle": false,
"car": true,
"van": true,
"truck": true,
"tricycle": false,
"awning-tricycle": false,
"bus": true,
"motor": true
},
"default_confidence_threshold": 0.7
},
"default_color_hex": "#00FF00",
"tracker_activation_threshold": 0.5,
"tracker_lost_buffer": 120,
"tracker_match_threshold": 0.85,
"tracker_frame_rate": 25,
"tracker_consecutive_frames": 2
}