liuwei16 / CSP

High-level Semantic Feature Detection: A New Perspective for Pedestrian Detection, CVPR, 2019
753 stars 191 forks source link

windows user how to test caltech? #80

Open SouleTraveler opened 4 years ago

SouleTraveler commented 4 years ago

In windows10 operation, I run the test_caltech.py directly, but did not success. After searching information, I knew that .pyx file must compile to .pyd file. Then I met some problems
as follows: gpu_nms.obj : error LNK2001: 无法解析的外部符号 _nms F:\CSP\keras_csp\nms\gpu_nms.cp36-win_amd64.pyd : fatal error LNK1120: 1 个无法解析的外部命令 error: command 'D:\Learning_Packet\Visual_Stdio_15\VC\BIN\x86_amd64\link.exe' failed with exit status 1120 What am I supposed to do? I would be very appreciatful if anyone can reply to me.

WangWenhao0716 commented 4 years ago

Throw away Windows and turn into Linux.

jcluo1994 commented 4 years ago

Throw away Windows and turn into Linux.

hello brother,i want to say how to run this code with ubuntu,could you give me some advice.