chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)
MIT License
792 stars 197 forks source link

about the object detector FPN code #58

Open shayxurui opened 5 years ago

shayxurui commented 5 years ago

thanks for sharing code. i am very interested in your code,could you release the object detector FPN code? thank you

chenyilun95 commented 5 years ago

Our implementation of FPN isn't based on open-source deep learning framework. You can try the code of Detectron (https://github.com/roytseng-tw/Detectron.pytorch/), whose performance is indeed higher than ours.