how can i run the code, and see the result on my picture?
liudaizong opened this issue · 3 comments
liudaizong commented
how can i run the code, and see the result on my picture?
GengDavid commented
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.
liudaizong commented
Thanks! I'm trying to download the val2017 dataset to test your pre-trained model :)
GengDavid commented
Ok, I'll close this issue.