-
Notifications
You must be signed in to change notification settings - Fork 4
/
params.json
58 lines (51 loc) · 1.34 KB
/
params.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"kitti_detection_root": "/data/sets/kitti_second",
"kitti_tracking_root": "/data/sets/kitti_tracking",
"kitti_segmentation_root": "/data/sets/kitti_segmentation",
"selected_split": "training",
"compare_results_detection": {
"root": "/data/sets/kitti_results_detection",
"methods": [
{
"name": "method1",
"color": [1.0, 0.0, 1.0]
},
{
"name": "method2",
"color": [1.0, 1.0, 0.0]
},
{
"name": "method3",
"color": [0.0, 0.0, 1.0]
}
]
},
"compare_results_tracking": {
"root": "/data/sets/kitti_results_tracking",
"format": "ab3dmot",
"methods": [
{
"name": "model1",
"color": [0.0, 0.0, 1.0]
},
{
"name": "model2",
"color": [0.0, 1.0, 0.0]
}
]
},
"folders": {
"detection": {
"calib": "calib",
"image": "image_2",
"label": "label_2",
"velodyne": "velodyne"
},
"tracking": {
"calib": "calib",
"image": "image_02",
"label": "label_02",
"velodyne": "velodyne"
}
}
}