dineshreddy91 / Occlusion_Net

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

Is there any implementation on later pytorch version? #27

Open PhanThanhTrung opened 2 years ago

PhanThanhTrung commented 2 years ago

This repo can only train using pytorch 1.0 nightly release due to the constraint of maskrcnn_benchmark. How can I train or apply this work using later version of pytorch such as pytorch 1.12?