chenyilun95 / tf-cpn

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

How about just detecting persons during training? #1

Closed liliangqi closed 6 years ago

liliangqi commented 6 years ago

Hi, I'm reading your paper recently and feel it so cool. It is mentioned that you utilized all eighty categories in the dataset to train the detector but only caught person boxes for the follow-up work. I wonder if it is possible to detect person only while ignoring other categories. What are the benefits to detect so match categories?

chenyilun95 commented 6 years ago

As far as I know, there is no explicit benefit in the final result evaluation using detector for human only. Detecting all categories is just for comparison of results and for convenience.

liliangqi commented 6 years ago

Thanks a lot