GengDavid / pytorch-cpn

A PyTorch re-implementation of CPN (Cascaded Pyramid Network for Multi-Person Pose Estimation)
GNU General Public License v3.0
484 stars 98 forks source link

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

Closed liudaizong closed 6 years ago

GengDavid commented 6 years ago

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 6 years ago

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

GengDavid commented 6 years ago

Ok, I'll close this issue.