3dpose / 3D-Multi-Person-Pose

3D Multi-Person Pose Estimation by Integrating Top-Down and Bottom-Up Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error

lay111 opened this issue · comments

ImportError: cannot import name 'render_core_cython'

Following the readme, you should compile the render_core by:

cd lib/fastgaus
python setup.py build_ext --inplace
cd ../..