Apollo 11.0
自动驾驶开放平台
yolo.pb.txt
浏览该文件的文档.
1info {
2 name: "3d-r4-half_caffe"
3 version: "2019-06-27"
4 dataset: "KITTI"
5 task_type: Detection3D
6 sensor_type: Camera
7 framework: TensorRT
8
9 proto_file {
10 file: "deploy.pt"
11 }
12 weight_file {
13 file: "deploy.model"
14 }
15 anchors_file {
16 file: "anchors.txt"
17 }
18 types_file {
19 file: "types.txt"
20 }
21 expand_file {
22 file: "expand.txt"
23 }
24 calibration_file {
25 file: "CalibrationTable"
26 }
27 inputs {
28 name: "data"
29 }
30 outputs {
31 name: "loc_pred"
32 }
33 outputs {
34 name: "obj_pred"
35 }
36 outputs {
37 name: "cls_pred"
38 }
39 outputs {
40 name: "ori_pred"
41 }
42 outputs {
43 name: "dim_pred"
44 }
45 outputs {
46 name: "conv3_3"
47 }
48 outputs {
49 name: "detect1_ori_conf_pred"
50 }
51 outputs {
52 name: "detect2_loc_pred"
53 }
54 outputs {
55 name: "detect2_obj_pred"
56 }
57 outputs {
58 name: "detect2_cls_pred"
59 }
60 outputs {
61 name: "detect2_ori_conf_pred"
62 }
63 outputs {
64 name: "detect2_ori_pred"
65 }
66 outputs {
67 name: "detect2_dim_pred"
68 }
69 outputs {
70 name: "detect3_loc_pred"
71 }
72 outputs {
73 name: "detect3_obj_pred"
74 }
75 outputs {
76 name: "detect3_cls_pred"
77 }
78 outputs {
79 name: "detect3_ori_conf_pred"
80 }
81 outputs {
82 name: "detect3_ori_pred"
83 }
84 outputs {
85 name: "detect3_dim_pred"
86 }
87 outputs {
88 name: "lof_pred"
89 }
90 outputs {
91 name: "lor_pred"
92 }
93 outputs {
94 name: "brvis_pred"
95 }
96 outputs {
97 name: "brswt_pred"
98 }
99 outputs {
100 name: "ltvis_pred"
101 }
102 outputs {
103 name: "ltswt_pred"
104 }
105 outputs {
106 name: "rtvis_pred"
107 }
108 outputs {
109 name: "rtswt_pred"
110 }
111 outputs {
112 name: "area_id_pred"
113 }
114 outputs {
115 name: "vis_pred"
116 }
117 outputs {
118 name: "cut_pred"
119 }
120}
121offset_ratio: 0.288889
122cropped_ratio: 0.711111
123resized_width: 1440
124aligned_pixel: 32
125confidence_threshold: 0.4
126light_vis_conf_threshold: 0
127light_swt_conf_threshold: 0
128min_dims {
129 min_2d_height: 10
130 min_3d_height: 0.1
131}
132ori_cycle: 2
133with_box3d: true
134with_lights: true
135with_ratios: false
136border_ratio: 0.01
137nms_param {
138 type: "NormalNMS"
139 threshold: 0.5
140 sigma: 0.4
141 inter_cls_nms_thresh: 0.6
142}
Image< uchar > * threshold(Image< T > *src, int t)
Threshold image
Definition imutil.h:79