-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add ground_segmentation evaluator #479
feat: add ground_segmentation evaluator #479
Conversation
- judge if the cloud has entity_id field
@nanoshimarobot Thanks for PR. Could you grant me access to the test data? |
I apologize for the late reply. Access rights have been granted, so please check. |
autoware_launch = cmn.get_autoware_launch( | ||
planning="false", | ||
localization="false", | ||
control="false", | ||
scenario_simulation="true", | ||
perception_mode="lidar", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nanoshimarobot Thank you for your PR.
Since concatenated/pointcloud is already included in T4_dataset, could you add the option to disable "sensing" when running autoware?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your review.
I have modified ground_segmentation.launch.py @cc2e297
Types of PR
Description
Add ground segmentation evaluator scenario.
Point cloud data in the t4_dataset needs to have semantic label(ground truth), provided #107, etc.
How to review this PR
Please download test data : TIERIV INTERNAL LINK
The output should look like this:
Others