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

If the input is a picture, how to estimate the pose of the target #199

Open
single-pup opened this issue Dec 21, 2021 · 3 comments
Open

Comments

@single-pup
Copy link

Hello, I don't know much about ros. I found that the inference file contains functions for pose estimation. When the input is a picture, how can I use these existing functions to estimate the pose of the target in the picture? Thank you for your help!

@chebisch
Copy link

DOPE does not directly estimate the pose of an object, but the location of the vertices of the object's bounding box in the 2D image. With known camera intrinsics and object size, you can then estimate the object's 3D pose using the perspective-n-point (PnP) algorithm (see here).

@single-pup
Copy link
Author

single-pup commented Dec 27, 2021

Hello, I just started learning deep learning. My teacher and I have a strong interest in DOPE and believe that it has great learning value for our subject. Recently I studied your open source code and modified it slightly to meet our subject. Can you share some data sets that you use for training (for example, pictures and label files containing cookies, corn, etc.) so that I can test the code and make my own data set.If I offend you, please forgive me and thank you for your help!

@TontonTremblay
Copy link
Collaborator

TontonTremblay commented Dec 28, 2021 via email

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

3 participants