3dpose/3D-Multi-Person-Pose

Error

lay111 opened this issue · 1 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 ../..