importerror:bad magic number in 'lib.nms':b'\x03\xf3\r\n'
when I run demo.py,I met following problem,could you help me?I use python3.6 from lib.nms.gpu_nms import gpu_nms importerror:bad magic number in 'lib.nms':b'\x03\xf3\r\n'
@cher1997 is there any other *.pyc in your folder?
thank you,I've solved this problem
how to get mAP results of small objects?
@cher1997 hi, first you should define your small objects size, and generate the corresponding detection result, and you can also follow this project https://github.com/Cartucho/mAP
@cher1997 how did you solve this problem?
@Wenxindiao
hi, try to use find . -name /*.pyc -delete