chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performing Inference

GajjarMihir opened this issue · comments

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?

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.