You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: