File size: 1,720 Bytes
1fcb06d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
  "model": {
    "type": "PointPillars",
    "voxel_size": [
      0.2,
      0.2,
      8.0
    ],
    "pc_range": [
      -51.2,
      -51.2,
      -5.0,
      51.2,
      51.2,
      3.0
    ],
    "num_input_features": 5
  },
  "voxel_generator": {
    "range": [
      -51.2,
      -51.2,
      -5.0,
      51.2,
      51.2,
      3.0
    ],
    "voxel_size": [
      0.2,
      0.2,
      8.0
    ],
    "max_points_in_voxel": 20,
    "max_voxel_num": [
      30000,
      60000
    ]
  },
  "test_cfg": {
    "post_center_limit_range": [
      -61.2,
      -61.2,
      -10.0,
      61.2,
      61.2,
      10.0
    ],
    "max_per_img": 500,
    "nms": {
      "nms_pre_max_size": 1000,
      "nms_post_max_size": 83,
      "nms_iou_threshold": 0.2
    },
    "score_threshold": 0.1,
    "pc_range": [
      -51.2,
      -51.2
    ],
    "out_size_factor": 4,
    "voxel_size": [
      0.2,
      0.2
    ]
  },
  "class_names": [
    "car",
    "truck",
    "construction_vehicle",
    "bus",
    "trailer",
    "barrier",
    "motorcycle",
    "bicycle",
    "pedestrian",
    "traffic_cone"
  ],
  "tasks": [
    {
      "num_class": 1,
      "class_names": [
        "car"
      ]
    },
    {
      "num_class": 2,
      "class_names": [
        "truck",
        "construction_vehicle"
      ]
    },
    {
      "num_class": 2,
      "class_names": [
        "bus",
        "trailer"
      ]
    },
    {
      "num_class": 1,
      "class_names": [
        "barrier"
      ]
    },
    {
      "num_class": 2,
      "class_names": [
        "motorcycle",
        "bicycle"
      ]
    },
    {
      "num_class": 2,
      "class_names": [
        "pedestrian",
        "traffic_cone"
      ]
    }
  ]
}