chenyilun95 / tf-cpn

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

Performing Inference #21

Open GajjarMihir opened 6 years ago

GajjarMihir commented 6 years ago

How to perform inference on an image? I want to run the model on an image and get the locations of the human joints. Can you please help me with this?

BlueDing101 commented 5 years ago

You only need to remove all the part of reading ground true from json file, and pass your original image and bounding boxes to the test_net() function. The predict_one() function in the test_net() is the feed forward function.