tier4 / driving_log_replayer

an evaluation package for autoware
Apache License 2.0
49 stars 12 forks source link

feat: add ground_segmentation_evaluator #528

Open nanoshimarobot opened 1 month ago

nanoshimarobot commented 1 month ago

Types of PR

Description

Add ground segmentation evaluator scenario. This evaluator has two types of ground truth data.

How to review this PR

Please download this driving_log_replayer_data for ground_segmentaion evaluation: TIERIV_INTERNAL_LINK That data has only annotated pcd data, so please also check this annotated rosbag data: TIERIV_INTERNAL_LINK

Please download this driving_log_replayer_data for ground_segmentaion evaluation : TIERIV_INTERNAL_LINK There are separate scenario.yaml and input_bag files for each mode, as shown in the image below: Screenshot from 2024-08-19 15-41-36 Screenshot from 2024-08-19 15-41-44 Therefore, for testing, please modify each name to 'scenario.yaml' and 'input_bag/' before running the tests.

Others

badai-nguyen commented 1 month ago

@nanoshimarobot Since Method: annotated_pcd case will use t4_dataset input format, I think we needed to add ground_segmentation in here https://github.com/tier4/driving_log_replayer/blob/7c04a664f910f2038ae64abf0a78499759c153b7/driving_log_replayer_cli/simulation/run.py#L17

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
3 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.4% Duplication on New Code

See analysis details on SonarCloud