THU-DA-6D-Pose-Group/CATRE

How to reproduce the 6D pose tracking results on NOCS-REAL

Michaelswitch opened this issue · 1 comments

Hi, thanks for releasing the great work. How to reproduce the 6D pose tracking results on NOCS-REAL? We are now only able to reproduce the 6D pose refinement results.

Yes. I only provide the code for refinement. That's because the tracking code is somehow dirty :) (I do not clean it, so there are many redundant code).
You can try to implement tracking by yourself. It's very easy. Just replace the init_pose with the last frame's pose. I use the same model weights for both refinement and tracking. So you can directly run it without any re-training.