Closed dhruv-shindhe closed 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"
I get this error now from yacs.config import CfgNode as CN ModuleNotFoundError: No module named 'yacs'
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".
I'm getting this error when I run python ./examples/h36m2Dpose.py