yanx27 / PointASNL

PointASNL: Robust Point Clouds Processing using Nonlocal Neural Networks with Adaptive Sampling (CVPR 2020)
MIT License
260 stars 34 forks source link

sh compile bug #16

Open cuge1995 opened 4 years ago

cuge1995 commented 4 years ago

compilation terminated. compile_ops.sh: 10: compile_ops.sh: /usr/local/cuda-10.0/bin/nvcc: not found g++: error: ./grouping/tf_grouping_g.cu.o: No such file or directory compile_ops.sh: 13: compile_ops.sh: /usr/local/cuda-10.0/bin/nvcc: not found g++: error: ./sampling/tf_sampling_g.cu.o: No such file or directory

Ailce8862 commented 4 years ago

I encountered the same problem, did you resolve it?

cuge1995 commented 4 years ago

no, still cannot run

yanx27 commented 4 years ago

Hi,@cuge1995 , sorry for the late response, please try an operation ':set ff=unix' after using vim/vi. If still doesn't work, you need double-check your CUDA 10 is successfully installed.