A few questions about RDT's inputs and outputs #13
Unanswered
archworm19
asked this question in
Q&A
Replies: 3 comments
|
0 replies
|
Thanks for the response! Ok, so actions are wrt to the end effector. What is the coordinate system? I just visualized your example data in hugging face and it looks like: action[:, :10] is the right gripper It also looks like the coordinate system is the standard UMI coordinate system: Also, for the rotation (ex: action[:, 3:9]) is that the first 2 rows or columns of the rotation matrix? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, great work! I've been going through the code and am very impressed by your work. I'm considering trying out RDT2 on my franka setup and have a few questions:
I believe model outputs are relative to current pose of the end effector. Is that right? If so, what is xyz relative to the camera? It looks like maybe x=right, y=out, z=up. Is that right?
Can the pretrained model be used with a single arm without finetuning? What are the correct model inputs for this case? Left camera and 0s for right camera?
Thanks and keep up the great work!
All reactions