-
Notifications
You must be signed in to change notification settings - Fork 289
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
Comparison to YCB-Video Dataset #230
Comments
We changed the scale and the center of the YCB objects. I think this is what you are seeing. We saved the transforms we did. https://github.com/NVIDIA/Dataset_Utilities#nvdu_ycb check the transform we applied. I believe I also have them in some file. Let me find them for you. |
https://github.com/NVIDIA/Dataset_Utilities/blob/master/nvdu/config/object_settings/_ycb_original.json I think these should be the transformations I need right? |
yes this will put the ycb object into the ycb modified.
I just remember that Yu did change the reference frames in ycb videos. I
have these transforms, going from ycb_dope to ycb_videos?
…On Tue, Mar 22, 2022 at 8:30 AM Lars Kaesberg ***@***.***> wrote:
https://github.com/NVIDIA/Dataset_Utilities/blob/master/nvdu/config/object_settings/_ycb_original.json
I think these should be the transformations I need right?
—
Reply to this email directly, view it on GitHub
<#230 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABK6JIE4SNXPRFNOXJEIG7LVBHRRJANCNFSM5QYLREXA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yes YCB dope to YCB Video |
I cannot find it, but I remember Yunzhi Lin computed them. I will share this thread with him if he still has them somewhere. |
I think this is what you need. |
Okay thank you, but that is video to dope. Do I just have to multiply the dope quaternions with the inverse of the quaternion from the csv file, or how do I reverse that? |
Hi,

I am currently trying to create a python script which can evaluate the performance of the dope network with data from the YCB-Video dataset. But the rotation and translation vector differs quite a lot from what I get from the dataset. I think it is because dope calculates the translation and rotation of the cuboid and not of the base 3d model. Is there some easy way to change that or reverse the coordinates to fit to the base model?
In the picture, you can see that dope detects the object, but there is always an offset for the translation and rotation vector.
Kind regards
Lars
The text was updated successfully, but these errors were encountered: