leoxiaobin / deep-high-resolution-net.pytorch

The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
https://jingdongwang2017.github.io/Projects/HRNet/PoseEstimation.html
MIT License
4.32k stars 908 forks source link

person detection #44

Open Zhuysheng opened 5 years ago

Zhuysheng commented 5 years ago

How to generate the person detection result of COCO val2017 and test-dev2017 by myself?

chaurasiat commented 5 years ago

were you able to generate the results? @Zhuysheng

gaoyao123 commented 5 years ago

You can generate them with object detection,such as Faster Rcnn.

eng100200 commented 5 years ago

@Zhuysheng hello, did you run the code successfully?