ZhouYanzhao / ORN

Oriented Response Networks, in CVPR 2017
http://yzhou.work/ORN
BSD 3-Clause "New" or "Revised" License
223 stars 51 forks source link

when i input bash instal.sh, it shows error : orn/src/liborn_kernel.cu.o: 没有那个文件或目录. #15

Closed yuy01 closed 5 years ago

yuy01 commented 6 years ago

Hello,ZhouYanzhao.
when i input bash instal.sh, it shows error : orn/src/liborn_kernel.cu.o: 没有那个文件或目录. Can you help me? Thank you!

The instructions:

bash instal.sh ... ... ... build/temp.linux-x86_64-3.5/home/yangyu/ORN/ORN.pytorch/install/orn/src/liborn_cuda.o orn/src/liborn_kernel.cu.o -o build/lib.linux-x86_64-3.5/orn/_ext/liborn/_liborn.abi3.so x86_64-linux-gnu-gcc: error: orn/src/liborn_kernel.cu.o: 没有那个文件或目录

looput commented 5 years ago

I occur the same problem when I try to install it under anaconda Cuda environment. I solve it by use system default Cuda environment instead of my anaconda's.