-
Notifications
You must be signed in to change notification settings - Fork 7
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
Get the object pose after full pipeline #26
Comments
Hi, maybe you can check my evaluation code? Line 11 in 31dd612
Here, the rotation should be correct. Just that I didn't calculate the global translation as we only care about the relative translation between hand and object. |
The object also has a scale value, which I don't see in your code. |
Thx for your quick reply, I found that I forgot to multiply the w2c matrix in the out, now I can align them. |
Sure, Here are part of my code to get the predicted object pose and HO3D GT poses.
For the alignment and visualization part, I employ a method from SLAM to align the trajectory using Sim(3). Detailed alignment procedures can be found here, or use the tool evo |
After all three stages, I tried to parse the object pose and aligned with the GT (e.g. HO3D) for visualization, but I found that the rotation part can not aligned, hera is part of the code to parse the pose from last.ckpt, I try to align the poses in the opencv coordinate. Did I do something wrong?
Here are pose traj.
The text was updated successfully, but these errors were encountered: