hand-detection.PyTorch
hand-detection.PyTorch copied to clipboard
py_cpu_nms import error
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.