Nicholasli1995 / EvoSkeleton

Official project website for the CVPR 2020 paper (Oral Presentation) "Cascaded deep monocular 3D human pose estimation wth evolutionary training data"
https://arxiv.org/abs/2006.07778
MIT License
333 stars 44 forks source link

ImportError: No module named libs.hhr.config #57

Closed dhruv-shindhe closed 3 years ago

dhruv-shindhe commented 3 years ago

I'm getting this error when I run python ./examples/h36m2Dpose.py

Nicholasli1995 commented 3 years ago

I'm getting this error when I run python ./examples/h36m2Dpose.py

You are not in the expected directory. First "cd ${EvoSkeleton}/examples" then "python h36m2Dpose.py"

dhruv-shindhe commented 3 years ago

I get this error now from yacs.config import CfgNode as CN ModuleNotFoundError: No module named 'yacs'

Nicholasli1995 commented 3 years ago

I get this error now from yacs.config import CfgNode as CN ModuleNotFoundError: No module named 'yacs'

Install it by "pip install yacs" or "conda install yacs".