chensong1995 / HybridPose

HybridPose: 6D Object Pose Estimation under Hybrid Representation (CVPR 2020)
MIT License
419 stars 64 forks source link

Regarding implementation #96

Open sharan05032000 opened 2 months ago

sharan05032000 commented 2 months ago

Hi, I am working on a pose estimation project. I am given a 3d ply file and an input image. Can I use the pre-trained model in case or should I train with my custom data. If I can use the pre-trained model , how to integrate the ply file and image input in this code

chensong1995 commented 2 months ago

Hi sharan05032000,

Thanks for your interest in our work! If you have a 3D model that is different from the Linemod objects, you will need to train the model with custom data. I hope this helps! Let me know if you have further concerns.