dineshreddy91 / Occlusion_Net

[CVPR2019]Occlusion-Net: 2D/3D Occluded Keypoint Localization Using Graph Networks
Other
139 stars 34 forks source link

Using another 2D object detector #6

Closed moshanATucsd closed 4 years ago

moshanATucsd commented 4 years ago

Hi,

Thanks for sharing the code! Could you kindly advice how could we use another 2D object detector?

dineshreddy91 commented 4 years ago

currently the code is integrated with maskrcnn. You can always copy the lib/Occlusion_net head into your favorite detector and train the graph head.

moshanATucsd commented 4 years ago

Got it, thanks for your quick reply!