GengDavid/pytorch-cpn

how can i run the code, and see the result on my picture?

liudaizong opened this issue · 3 comments

how can i run the code, and see the result on my picture?

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.

Thanks! I'm trying to download the val2017 dataset to test your pre-trained model :)

Ok, I'll close this issue.