-
Notifications
You must be signed in to change notification settings - Fork 45
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
Comments
Is under static scenario? Similar problem, but I think the source is on segmentation. |
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. |
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. |
Just make some improvement upon this repo's implementation? Hope to learning from you, great! |
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.😂 |
Never mind, good job! You can optimize it. |
Thank you! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@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! |
when I run the code with my rosbag, the orientation of bounding box is changing sometimes? Have you encountered a similar problem?
The text was updated successfully, but these errors were encountered: