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

3D pose estimation #134

Open
Masoumehrahimi opened this issue Nov 2, 2022 · 1 comment
Open

3D pose estimation #134

Masoumehrahimi opened this issue Nov 2, 2022 · 1 comment

Comments

@Masoumehrahimi
Copy link

Hi Matlabbe,

after doing a number of tests, i found out that 3d pose estimation doesnot provide an accurate estimation of the location of the detected object. Now i want to use find-2d-object only for object detection, and use a 3d lidar for distance estimation. in this case, how can i implement 3d pose estimation? would you please guide me?

Thanks

@BruttherJOE
Copy link

Hi @Delbina, this comment may be a bit late and hopefully you may have moved on

I would recommend using other deep learning object detection methods, but if you would want to still use find-2d-object, you could extract the XY coordinates from find object, set up your transforms properly, try to find the same XY point on the 3d lidar then by triangulation or otherwise find your distance

It is a very roundabout way of doing things and depending on where the lidar is mounted it might not even make sense to do things this way.

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

No branches or pull requests

2 participants