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

The bounding box is unstable #2

Open
BigRayLee opened this issue Dec 17, 2018 · 10 comments
Open

The bounding box is unstable #2

BigRayLee opened this issue Dec 17, 2018 · 10 comments
Labels
Module: builder Type: help wanted Extra attention is needed

Comments

@BigRayLee
Copy link

when I run the code with my rosbag, the orientation of bounding box is changing sometimes? Have you encountered a similar problem?

@Durant35
Copy link
Member

Is under static scenario? Similar problem, but I think the source is on segmentation.

@BigRayLee
Copy link
Author

I think it is under static scenario, firstly I think the smallest area can represent the true orientation of the obstacle, but eventually I find that it may not be the same.

@Durant35 Durant35 added the Type: help wanted Extra attention is needed label Dec 22, 2018
@BigRayLee
Copy link
Author

I used the method proposed in paper( An Orientation Corrected Bounding Box Fit Based on the Convex Hull under Real Time Constraints) can achieve the correction of the bounding box direction.

@Durant35
Copy link
Member

Just make some improvement upon this repo's implementation? Hope to learning from you, great!

@BigRayLee
Copy link
Author

I used the method in the paper to get the direction of the bounding box and correct the direction of the minimum area bounding box, but now the algorithm is not fast enough.😂

@Durant35
Copy link
Member

Never mind, good job! You can optimize it.

@BigRayLee
Copy link
Author

Thank you!

@BigRayLee

This comment has been minimized.

@BigRayLee

This comment has been minimized.

@juanmed
Copy link

juanmed commented Aug 4, 2022

@BigRayLee Hi, it seems that you have compared both algorithms. I am also trying to do so, Can you share your implementation of " An Orientation Corrected Bounding Box Fit Based on the Convex Hull under Real Time Constraints" ? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: builder Type: help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants