chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)
MIT License
792 stars 197 forks source link

how can I run the code in my task,and see the result of my picture or video? #5

Closed jycloud closed 6 years ago

jycloud commented 6 years ago

thank you very much

chenyilun95 commented 6 years ago

I've just add the visualization code in dataset.py to show the groudtruth picture. It saves the visualized gt images by setting vis=True.

FightForCS commented 6 years ago

setting vis=True will give the following error No module named 'lib' I have already run 'make' in lib folder, is there something I was missing? Thx

chenyilun95 commented 6 years ago

I'm sorry. I mistakes the library path. You can try it now.