wenbowen123 / iros20-6d-pose-tracking

[IROS 2020] se(3)-TrackNet: Data-driven 6D Pose Tracking by Calibrating Image Residuals in Synthetic Domains
Other
384 stars 66 forks source link

about first About the first frame of the annotation pose #34

Closed jinzhiyang1 closed 2 years ago

jinzhiyang1 commented 2 years ago

Hello, relying on your sharing, I made a new prediction data containing rgb map, depth map, with camera internal reference. But it lacks the annotated pose of the first frame, I would like to ask how can I get the pose of the first frame (4*4 matrix)

wenbowen123 commented 2 years ago

Hi, you can use single image 6D pose estimation such as this , by skipping the hand state estimation. Or you can also use some 6D pose annotation tool to get the pose, e.g. https://github.com/sakizuki/6DPoseAnnotator.

jinzhiyang1 commented 2 years ago

Thanks for your reply, but I have a few more questions

  1. I want to get the file in bleach0/annotated_pose, like this;

1645410239(1)

How should I do that.

  1. What does the information contained in this file mean, is it the 6d pose information of a single point? Or is it the 6d pose information of the whole model or something else? I look forward to your reply.
wenbowen123 commented 2 years ago

1)These are annotated ground truth pose for evaluation. In our case, we labeled frame by frame. For you own test data, if you don't need to evaluate, you can simply ignore these.

2)6d pose information of the whole model. For YCBInEOAT dataset, the models are YCB objects.