You can test pre-trained model usingtest.py in the model directory and see the evaluation results on COCO minival dataset directly.
Following the style of tf-version of CPN, visualization is not supported. If you want to see visualized results, you can show each image and plot the predict points on it.
You can test pre-trained model using
test.py
in the model directory and see the evaluation results on COCO minival dataset directly. Following the style of tf-version of CPN, visualization is not supported. If you want to see visualized results, you can show each image and plot the predict points on it.