-
Notifications
You must be signed in to change notification settings - Fork 288
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
Comments
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). |
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! |
You can look at the issues different people shared dataset. And you can
look at the FAT dataset as well. Recently I have uploaded a new version of
the training script and inference. As well as that I have uploaded scripts
to generate synthetic data for training dope train2. I hope this helps.
Check the news on the main Readme.
…On Sun, Dec 26, 2021 at 22:51 single-pup ***@***.***> wrote:
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 you offend,
please forgive me and thank you for your help!
—
Reply to this email directly, view it on GitHub
<#199 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABK6JICF6WRE33FKAO4N36TUTAEFLANCNFSM5KQDAIUA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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!
The text was updated successfully, but these errors were encountered: