-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake & make error in deform #1
Comments
请问你解决问题了吗?我也遇到了cmake编译的问题。-- Found CWD: /home/ChenGb/wl/renlianshibie/jiance/PyramidBox-master/datasets/DAN-master/cpp/ExtraLib/build Traceback (most recent call last): |
@JuheonYi 看看虚拟环境有没有问题 |
I have similar issue, is there a way to solve this |
Hi, thanks for sharing the code.
I tried to train the models with the codes provided, but encountered an error when building the "deform" library.
When I type cmake .. and make in deform/build directory, I encounter with the following error message. Could you give me some advice an how to solve the error, or what CUDA version and GPU you are using?
(I am using GTX 1080 Ti and CUDA 9.0, by the way).
Would really appreciate if you could give me some help!
1 error detected in the compilation of "/home/johnyi/Documents/DAN-master/cpp/Deform/build/deform_psroi_pooling_op_gpu.cpp1.ii".
CMake Error at cuda_compile_2_generated_deform_psroi_pooling_op_gpu.cu.o.cmake:280 (message):
Error generating file
/home/johnyi/Documents/DAN-master/cpp/Deform/build/CMakeFiles/cuda_compile_2.dir//./cuda_compile_2_generated_deform_psroi_pooling_op_gpu.cu.o
CMakeFiles/deform.dir/build.make:70: recipe for target 'CMakeFiles/cuda_compile_2.dir/cuda_compile_2_generated_deform_psroi_pooling_op_gpu.cu.o' failed
make[2]: *** [CMakeFiles/cuda_compile_2.dir/cuda_compile_2_generated_deform_psroi_pooling_op_gpu.cu.o] Error 1
CMakeFiles/Makefile2:72: recipe for target 'CMakeFiles/deform.dir/all' failed
The text was updated successfully, but these errors were encountered: