tf-cpn icon indicating copy to clipboard operation
tf-cpn copied to clipboard

Performing Inference

Open GajjarMihir opened this issue 6 years ago • 1 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?

GajjarMihir avatar May 16 '18 08:05 GajjarMihir

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.

BlueDing101 avatar Dec 14 '18 06:12 BlueDing101