Apollo 10.0
自动驾驶开放平台
|
perception-tools
provides debug tools for perception modules.
exporter
is used to subscribe and save lidar/camera messages.
Messages are saved in a folder named by the corresponding channel.
Write the channel names to be subscribed to in the export_msg.config
file. Line breaks are required between multiple channels.
offline_camera_detection
is used to test camera image detection. Its input is an image and its output are detected 2D bounding boxes.
The detection results are saved in the data/output
directory
The supported parameters are as follows.
Parameter type | Parameter name | Default value | Description |
---|---|---|---|
int32 | height | 1080 | image height |
int32 | width | 1920 | image width |
int32 | gpu_id | 0 | gpu id |
string | dest_dir | data/output | output dir |
string | dist_type | "" | dist pred type: H-on-h, H-from-h |
string | kitti_dir | "" | pre-detected obstacles (skip Detect) |
string | root_dir | /apollo/modules/perception/tools/offline_camera_detection/ | image root dir |
string | image_ext | .jpg | extension of image name |
string | config_path | perception/camera_detection_multi_stage/data | config path |
string | config_file | yolox3d.pb.txt | config file |
string | camera_name | front_6mm | camera name |
string | detector_name | Yolox3DObstacleDetector | detector name |
如果您在使用文档的过程中,遇到任何问题,请到我们在【开发者社区】建立的 反馈意见收集问答页面,反馈相关的问题。我们会根据反馈意见对文档进行迭代优化。