chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jycloud opened this issue · comments

thank you very much

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.

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

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