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

fix(euclidean_cluster): keep pointcloud resolution in long-range for Euclidean cluster #2749

Conversation

badai-nguyen
Copy link
Contributor

@badai-nguyen badai-nguyen commented Jan 26, 2023

Description

This PR to reflect a suggestion for #2754

The background and computational cost evaluation also discussed here.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Jan 26, 2023
@codecov
Copy link

codecov bot commented Jan 26, 2023

Codecov Report

Base: 11.54% // Head: 11.54% // No change to project coverage 👍

Coverage data is based on head (a963c79) compared to base (74594a6).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2749   +/-   ##
=======================================
  Coverage   11.54%   11.54%           
=======================================
  Files        1309     1309           
  Lines       91355    91355           
  Branches    24247    24247           
=======================================
  Hits        10549    10549           
  Misses      69765    69765           
  Partials    11041    11041           
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 11.54% <ø> (ø) Carriedforward from 74594a6

*This pull request uses carry forward flags. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@badai-nguyen badai-nguyen changed the title Fix (euclidean_cluster): keep pointcloud resolution in long-range for Euclidean cluster fix(euclidean_cluster): keep pointcloud resolution in long-range for Euclidean cluster Jan 26, 2023
@badai-nguyen badai-nguyen marked this pull request as ready for review January 26, 2023 06:31
@badai-nguyen badai-nguyen requested review from yukkysaito and a team as code owners January 26, 2023 06:31
@yukkysaito
Copy link
Contributor

@badai-nguyen May I ask a little more background on the PR?
What kind of problems did you encounter?

@badai-nguyen
Copy link
Contributor Author

@badai-nguyen May I ask a little more background on the PR? What kind of problems did you encounter?

@yukkysaito I am sorry for forgetting open discussion for this beforehand.
Here is background why I made this PR. Could you give me your opinion about that ?

@yukkysaito
Copy link
Contributor

@badai-nguyen Thank you. LGTM 👍
In the future, it may be possible to create an outlier filter in polar coordinates.

Also, can you update this figure?
https://autowarefoundation.github.io/autoware-documentation/main/design/autoware-architecture/node-diagram/

Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@badai-nguyen badai-nguyen merged commit 1f62b91 into autowarefoundation:main Jan 27, 2023
@badai-nguyen badai-nguyen deleted the fix/euclidean_cluster_downsample_revise branch January 27, 2023 08:33
maxime-clem pushed a commit to maxime-clem/autoware.universe that referenced this pull request Jan 30, 2023
…Euclidean cluster (autowarefoundation#2749)

* fix: change downnsample split pipeline

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: add downsample range params

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: revise disuse map_filter case

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
lexavtanke pushed a commit to lexavtanke/autoware.universe that referenced this pull request Jan 31, 2023
…Euclidean cluster (autowarefoundation#2749)

* fix: change downnsample split pipeline

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: add downsample range params

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: revise disuse map_filter case

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
badai-nguyen added a commit to badai-nguyen/autoware.universe that referenced this pull request Feb 2, 2023
…Euclidean cluster (autowarefoundation#2749)

* fix: change downnsample split pipeline

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: add downsample range params

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: revise disuse map_filter case

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
asana17 pushed a commit to asana17/autoware.universe that referenced this pull request Feb 8, 2023
…Euclidean cluster (autowarefoundation#2749)

* fix: change downnsample split pipeline

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: add downsample range params

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: revise disuse map_filter case

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
tkimura4 pushed a commit to tier4/autoware.universe that referenced this pull request Mar 23, 2023
…Euclidean cluster (autowarefoundation#2749)

* fix: change downnsample split pipeline

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: add downsample range params

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: revise disuse map_filter case

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
tkimura4 added a commit to tier4/autoware.universe that referenced this pull request Mar 23, 2023
…Euclidean cluster (autowarefoundation#2749) (#336)

* fix: change downnsample split pipeline



* fix: add downsample range params



* fix: revise disuse map_filter case

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Co-authored-by: badai nguyen <94814556+badai-nguyen@users.noreply.github.com>
satoshi-ota pushed a commit to satoshi-ota/autoware.universe that referenced this pull request Jun 20, 2023
…Euclidean cluster (autowarefoundation#2749) (autowarefoundation#336)

* fix: change downnsample split pipeline



* fix: add downsample range params



* fix: revise disuse map_filter case

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Co-authored-by: badai nguyen <94814556+badai-nguyen@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants