leoxiaobin / deep-high-resolution-net.pytorch

The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
https://jingdongwang2017.github.io/Projects/HRNet/PoseEstimation.html
MIT License
4.31k stars 909 forks source link

ModuleNotFoundError: No module named 'nms.cpu_nms' #149

Open aidarikako opened 4 years ago

aidarikako commented 4 years ago

I got this problem, and I don't know how to fix it. Can you help me,thanks.

j20232 commented 4 years ago

please see https://github.com/leoxiaobin/deep-high-resolution-net.pytorch/issues/24

aidarikako commented 4 years ago

please see #24 I go to lib and make,but I got this:

cd nms; python setup_linux.py build_ext --inplace; rm -rf build; cd ../../ running build_ext skipping 'cpu_nms.c' Cython extension (up-to-date) skipping 'gpu_nms.cpp' Cython extension (up-to-date)

why I skip the 'cpu_nms.c?I have no idea.

leoxiaobin commented 4 years ago

Do you use this lib on CPU or GPU? We do not fully test it on CPU.

YinXiaojieCSDN commented 4 years ago

please see #24 I go to lib and make,but I got this:

cd nms; python setup_linux.py build_ext --inplace; rm -rf build; cd ../../ running build_ext skipping 'cpu_nms.c' Cython extension (up-to-date) skipping 'gpu_nms.cpp' Cython extension (up-to-date)

why I skip the 'cpu_nms.c?I have no idea.

have you reslove it?

maomaoyuchengzi commented 4 years ago

please see #24 I go to lib and make,but I got this:

cd nms; python setup_linux.py build_ext --inplace; rm -rf build; cd ../../ running build_ext skipping 'cpu_nms.c' Cython extension (up-to-date) skipping 'gpu_nms.cpp' Cython extension (up-to-date) why I skip the 'cpu_nms.c?I have no idea.

have you reslove it? Did you slove the problem?

npduyduc commented 4 years ago

Do you use this lib on CPU or GPU? We do not fully test it on CPU.

I have GPU Geforce mx150 and CUDA v10.2, but I got this problem too