Apollo 11.0
自动驾驶开放平台
mask_pillars_param.pb.txt
浏览该文件的文档.
1# mask pillars params
2
3info {
4 name: "mask_pillars_torch"
5 version: ""
6 dataset: "waymo"
7 task_type: Detection3D
8 sensor_type: Lidar
9 framework: PyTorch
10
11 weight_file {
12 file: "maskpillars.zip"
13 }
14}
15
16preprocess {
17 gpu_id: 0
18 normalizing_factor: 255
19 num_point_feature: 5
20 enable_ground_removal: false
21 ground_removal_height: -1.5
22 enable_downsample_beams: false
23 downsample_beams_factor: 4
24 enable_downsample_pointcloud: false
25 enable_fuse_frames: false
26 num_fuse_frames: 5
27 fuse_time_interval: 0.5
28 enable_shuffle_points: false
29 max_num_points: 2147483647
30 reproduce_result_mode: false
31 enable_roi_outside_removal: false
32}
33
34postprocess {
35 score_threshold: 0.5
36 nms_overlap_threshold: 0.5
37 num_output_box_feature: 7
38}
39
40plugins {
41 name: "PclDownSample"
42 config_path: "perception/lidar_detection/data/plugins"
43 config_file: "pcl_down_sample.pb.txt"
44}