Skip to content
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

Conversation

nanoshimarobot
Copy link
Contributor

Types of PR

  • New Features
  • Upgrade of existing features
  • Bugfix

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:

<< show test result >>
scenario: sample_dataset
--------------------------------------------------
TestResult: Failed
Failed: Ground Segmentation (Fail): 1 / 54 -> 1.85

Others

@badai-nguyen badai-nguyen requested a review from ktro2828 June 10, 2024 02:07
@nanoshimarobot nanoshimarobot changed the title feat: add ground_segmentation evaluation feat: add ground_segmentation evaluator Jun 11, 2024
@nanoshimarobot nanoshimarobot marked this pull request as ready for review June 11, 2024 04:32
@ktro2828
Copy link
Contributor

@nanoshimarobot Thanks for PR. Could you grant me access to the test data?

@nanoshimarobot
Copy link
Contributor Author

@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.

Comment on lines 28 to 33
autoware_launch = cmn.get_autoware_launch(
planning="false",
localization="false",
control="false",
scenario_simulation="true",
perception_mode="lidar",

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?

Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants