|
1 | 1 | { |
2 | | - "_comment": "Default tracker parameters used for baseline evaluation (--n-trials 1).", |
3 | | - "_edit_here": "Edit this file to change defaults. Do not hard-code values in optimize_tracking.py.", |
4 | | - "bytetrack": { |
5 | | - "lost_track_buffer": 57, |
6 | | - "track_activation_threshold": 0.3328, |
7 | | - "minimum_consecutive_frames": 1, |
8 | | - "minimum_iou_threshold": 0.146, |
9 | | - "stage2_iou_threshold": 0.2999, |
10 | | - "iou_age_weight": 0.07197, |
11 | | - "high_conf_det_threshold": 0.7952, |
12 | | - "q_scale": 0.003, |
13 | | - "r_scale": 0.5762, |
14 | | - "p_scale": 2.5, |
15 | | - "velocity_decay": 0.82, |
16 | | - "q_miss_alpha": 0.7961, |
17 | | - "max_interpolation_gap": 48, |
18 | | - "p_reset_threshold": 12, |
19 | | - "oru_threshold": 0, |
20 | | - "conf_cost_weight": 0.1696, |
21 | | - "stage2_min_updates": 12, |
22 | | - "giou_blend": 0.42 |
23 | | - }, |
24 | | - "sort": { |
25 | | - "lost_track_buffer": 26, |
26 | | - "track_activation_threshold": 0.9725, |
27 | | - "minimum_consecutive_frames": 1, |
28 | | - "minimum_iou_threshold": 0.275, |
29 | | - "max_interpolation_gap": 57, |
30 | | - "velocity_decay": 0.82, |
31 | | - "q_miss_alpha": 0.8, |
32 | | - "p_reset_threshold": 10, |
33 | | - "oru_threshold": 3, |
34 | | - "conf_cost_weight": 0.2, |
35 | | - "iou_age_weight": 0.0, |
36 | | - "high_conf_det_threshold": 0.0, |
37 | | - "stage2_iou_threshold": 0.05 |
38 | | - }, |
39 | | - "ocsort": { |
40 | | - "lost_track_buffer": 74, |
41 | | - "minimum_consecutive_frames": 1, |
42 | | - "minimum_iou_threshold": 0.1487990736044123, |
43 | | - "direction_consistency_weight": 0.0006177923357997676, |
44 | | - "high_conf_det_threshold": 0.6875834299207869, |
45 | | - "delta_t": 1, |
46 | | - "max_interpolation_gap": 42, |
47 | | - "q_scale": 0.7203257524174236, |
48 | | - "r_scale": 1.1889118447922835, |
49 | | - "p_scale": 0.09520352672425254, |
50 | | - "conf_cost_weight": 0.9698770881869533, |
51 | | - "iou_age_weight": 0.42792379789381346, |
52 | | - "p_reset_threshold": 8, |
53 | | - "velocity_decay": 0.9259939633989623, |
54 | | - "q_miss_alpha": 0.5122722647370503 |
55 | | - } |
| 2 | + "_comment": "Default tracker parameters used for baseline evaluation (--n-trials 1).", |
| 3 | + "_edit_here": "Edit this file to change defaults. Do not hard-code values in optimize_tracking.py.", |
| 4 | + "bytetrack": { |
| 5 | + "lost_track_buffer": 57, |
| 6 | + "track_activation_threshold": 0.3328, |
| 7 | + "minimum_consecutive_frames": 1, |
| 8 | + "minimum_iou_threshold": 0.146, |
| 9 | + "stage2_iou_threshold": 0.2999, |
| 10 | + "iou_age_weight": 0.07197, |
| 11 | + "high_conf_det_threshold": 0.7952, |
| 12 | + "q_scale": 0.003, |
| 13 | + "r_scale": 0.5762, |
| 14 | + "p_scale": 2.5, |
| 15 | + "velocity_decay": 0.82, |
| 16 | + "q_miss_alpha": 0.7961, |
| 17 | + "max_interpolation_gap": 48, |
| 18 | + "p_reset_threshold": 12, |
| 19 | + "oru_threshold": 0, |
| 20 | + "conf_cost_weight": 0.1696, |
| 21 | + "stage2_min_updates": 12, |
| 22 | + "giou_blend": 0.42 |
| 23 | + }, |
| 24 | + "sort": { |
| 25 | + "lost_track_buffer": 26, |
| 26 | + "track_activation_threshold": 0.9725, |
| 27 | + "minimum_consecutive_frames": 1, |
| 28 | + "minimum_iou_threshold": 0.275, |
| 29 | + "max_interpolation_gap": 57, |
| 30 | + "velocity_decay": 0.82, |
| 31 | + "q_miss_alpha": 0.8, |
| 32 | + "p_reset_threshold": 10, |
| 33 | + "oru_threshold": 3, |
| 34 | + "conf_cost_weight": 0.2, |
| 35 | + "iou_age_weight": 0.0, |
| 36 | + "high_conf_det_threshold": 0.0, |
| 37 | + "stage2_iou_threshold": 0.05 |
| 38 | + }, |
| 39 | + "ocsort": { |
| 40 | + "lost_track_buffer": 74, |
| 41 | + "minimum_consecutive_frames": 1, |
| 42 | + "minimum_iou_threshold": 0.1487990736044123, |
| 43 | + "direction_consistency_weight": 0.0006177923357997676, |
| 44 | + "high_conf_det_threshold": 0.6875834299207869, |
| 45 | + "delta_t": 1, |
| 46 | + "max_interpolation_gap": 42, |
| 47 | + "q_scale": 0.7203257524174236, |
| 48 | + "r_scale": 1.1889118447922835, |
| 49 | + "p_scale": 0.09520352672425254, |
| 50 | + "conf_cost_weight": 0.9698770881869533, |
| 51 | + "iou_age_weight": 0.42792379789381346, |
| 52 | + "p_reset_threshold": 8, |
| 53 | + "velocity_decay": 0.9259939633989623, |
| 54 | + "q_miss_alpha": 0.5122722647370503 |
| 55 | + } |
56 | 56 | } |
0 commit comments