Simple-Robotics / cosypose

Code for "CosyPose: Consistent multi-view multi-object 6D pose estimation", ECCV 2020.
MIT License
70 stars 15 forks source link

[Question] Use of 2D Detector on Pose Estimation Training #1

Closed bibekyess closed 1 year ago

bibekyess commented 2 years ago

I am wondering if we are using the results of 2D detector on the training of the pose estimation model. It is little bit confusing because from the paper, I thought we will use the results of 2D detector and then use it to select each object candidate. But, from reading the code, it seems we do that only while inferencing (testing), but in training, we don't need 2D object detectors. Is my understanding correct?

Thank you for your help!

bibekyess commented 1 year ago

2D detector is not needed for training neither coarse nor refiner pose estimation models. It is only needed in inference.