hand-detection.PyTorch icon indicating copy to clipboard operation
hand-detection.PyTorch copied to clipboard

py_cpu_nms import error

Open mwang29 opened this issue 5 years ago • 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.

mwang29 avatar Dec 10 '19 02:12 mwang29

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.

nihal-rao avatar Feb 29 '20 10:02 nihal-rao