PFPNet_Pytorch
PFPNet_Pytorch copied to clipboard
The implementation of ECCV 2018 paper "Parallel Feature Pyramid Network for Object Detection" in Pytorch
I would like to ask if there is code to evaluate the model in this repository.
when i run demo.py , there is a wrong: RuntimeError: CUDA error: no kernel image is available for execution on the device my environment: pytorch=1.1, cuda=9.0 What is the CUDA...
when i do make, there is a problem: gcc: 错误:nms/nms_kernel.cu:没有那个文件或目录 gcc: 警告:‘-x c++’ after last input file has no effect gcc: 致命错误:没有输入文件 编译中断。 error: command '/usr/local/cuda/bin/nvcc' failed with exit status...
when I run demo.py: Traceback (most recent call last): File "demo.py", line 14, in from lib.nms.gpu_nms import gpu_nms ImportError: /home/S190131016/python/PFPNet/PFPNet_Pytorch-master/lib/nms/gpu_nms.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _Z4_nmsPiS_PKfiifi
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'