Apollo 11.0
自动驾驶开放平台
cnnseg128_param.pb.txt
浏览该文件的文档.
1# cnnseg params
2
3info {
4 name: "cnnseg128_caffe"
5 version: ""
6 dataset: "apollo"
7 task_type: Detection3D
8 sensor_type: Lidar
9 framework: TensorRT
10
11 proto_file {
12 file: "deploy.prototxt"
13 }
14 weight_file {
15 file: "deploy.caffemodel"
16 }
17 inputs {
18 name: "data",
19 shape: 1,
20 shape: 8,
21 shape: 864,
22 shape: 864}
23 outputs {name: "instance_pt"}
24 outputs {name: "category_score"}
25 outputs {name: "confidence_score"}
26 outputs {name: "height_pt"}
27 outputs {name: "heading_pt"}
28 outputs {name: "class_score"}
29}
30
31feature_param {
32 width: 864
33 height: 864
34 point_cloud_range: 90
35 min_height: -5.0
36 max_height: 5.0
37 use_intensity_feature: false
38 use_constant_feature: false
39}
40
41preprocess {
42 gpu_id: 0
43}
44
45engine_config {
46 height_gap: 0.5
47}
48
49objectness_thresh: 0.5
50confidence_thresh: 0.1
51confidence_range: 85.0
52height_thresh: 0.5
53min_pts_num: 3
54remove_ground_points: true
55fill_recall_with_segmentor: true
uint32_t height
Height of point cloud
uint32_t width
Width of point cloud