zllrunning/hand-detection.PyTorch

py_cpu_nms import error

mwang29 opened this issue · 1 comments

When the nms_wrapper imports cpu_nms, there is no cpu_nms.py. It seems like you renamed the module to py_cpu_nms and also its main function. If we change the name back to cpu_nms or the import statement to py_cpu_nms, then the code works again. I'm running this on CPU mode only.

Hi @mwang29 , did you have any problem in compiling the nms using ./make.sh ?
I use Python 3.7 and it did not build for me. How did you get it to work? Any help is appreciated.