chenyilun95 / tf-cpn

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

How to apply inference on own dataset without GT_bbox(.json)? #90

Open dhlee-jubilee opened 4 years ago

dhlee-jubilee commented 4 years ago

I'd like to apply pre-trained model on my datasets. But validation datasets are required image and bbox(json) file both as well. The loading gt_bbox codes are linked each other and too complex. Thanks!