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

incorrect center of bounding box #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

grassjelly
Copy link

Hi,

Found this bug while fusing the bounding box's center with RGBD data.
The bug causes the published bounding box's center to have incorrect ranges for both x and y axes.
For instance, the center's x axis (image width) will have a range of 0 - 480, rather than 0 - 640 in a 640 x 480 image.

@grassjelly
Copy link
Author

I think this is related to this issue #2

@HuberyHu1998
Copy link

Can the 3D coordinates of objects be obtained directly from this package?

@grassjelly
Copy link
Author

grassjelly commented Jul 24, 2019

@HuberyHu1998 nope, but the bounding boxes can be used to get the object's 6D pose using this approach: https://github.com/introlab/find-object/blob/master/src/ros/FindObjectROS.cpp

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.

2 participants