run demo.py wrong
Hi Dear
when I run
python demo.py
it shows the following error:
[root@localhost sceneReco]# python demo.py
Traceback (most recent call last):
File "demo.py", line 2, in
How could I handle that?
Thanks weizhen
@weizhenzhao
You should generate cpu_nms.pyd by cpu_nms.pyx
@weizhenzhao if you run it on windows
@weizhenzhao if you run it on windows
I get the same error in ubantu_16.04 , how do i deal with it?
@Adhders import cython
how generate cpu_nms.pyd by cpu_nms.pyx in win10?