Apollo 11.0
自动驾驶开放平台
yolox3d.pb.txt
浏览该文件的文档.
1info {
2 name: "yolox3d_onnx"
3 version: "2023-10-18"
4 dataset: "L4"
5 task_type: Detection3D
6 sensor_type: Camera
7 framework: Onnx
8 infer_plugin: "MultiBatchInference"
9
10 proto_file {
11 file: "yolox3d_onnx_model_2d.onnx"
12 }
13 weight_file {
14 file: "yolox3d_onnx_model_2d.onnx"
15 }
16 inputs {
17 name: "data"
18 shape: 1
19 shape: 3
20 shape: 640
21 shape: 640
22 }
23 outputs {
24 name: "feature"
25 shape: 1
26 shape: 64
27 shape: 160
28 shape: 160
29 }
30 outputs {
31 name: "predict"
32 shape: 1
33 shape: 13
34 shape: 8400
35 }
36}
37output_object_size: 13
38output_object_num: 8400
39confidence_threshold: 0.3
40resize {
41 width: 640
42 height: 640
43}
44nms_param {
45 type: "NormalNMS"
46 threshold: 0.1
47}
48info_3d{
49 info {
50 name: "yolox3d_onnx"
51 version: "2023-06-27"
52 dataset: "L4"
53 task_type: Detection3D
54 sensor_type: Camera
55 framework: Onnx
56 infer_plugin: "MultiBatchInference"
57 proto_file {
58 file: "yolo_onnx_model_3d_fp16.onnx"
59 }
60 weight_file {
61 file: "yolo_onnx_model_3d_fp16.onnx"
62 }
63 inputs {
64 name: "image"
65 shape: 1
66 shape: 3
67 shape: 224
68 shape: 224
69 }
70 outputs {
71 name: "orient"
72 shape: 1
73 shape: 1
74 shape: 2
75 shape: 2
76 }
77 outputs {
78 name: "conf"
79 shape: 1
80 shape: 1
81 shape: 2
82 shape: 1
83 }
84 outputs {
85 name: "dim"
86 shape: 1
87 shape: 1
88 shape: 3
89 shape: 1
90 }
91 }
92 resize {
93 width: 224
94 height: 224
95 }
96}
97
98with_box3d: true
99
100car_template {
101 h: 1.56446
102 w: 1.75112
103 l: 4.54444
104}
105ped_template {
106 h: 1.6874
107 w: 0.5005
108 l: 0.3504
109}
110cyclist_template {
111 h: 1.5082
112 w: 0.4825
113 l: 1.6186
114}
115trafficcone_template {
116 h: 0.64
117 w: 0.34
118 l: 0.34
119}
uint32_t height
Height of point cloud
uint32_t width
Width of point cloud
Image< uchar > * threshold(Image< T > *src, int t)
Threshold image
Definition imutil.h:79