RepUX-Net / data /lib /extensions /dcn /make_p100.sh
introvoyz041's picture
Migrated from GitHub
daa42e3 verified
Raw
History Blame Contribute Delete
517 Bytes
PYTHON="/data/anaconda/envs/py35/bin/python"
cd src
/usr/bin/nvcc -c -o deform_conv_cuda_kernel.cu.so deform_conv_cuda_kernel.cu -x cu -Xcompiler -fPIC -std=c++11
cd cuda
# compile modulated deform conv
/usr/bin/nvcc -c -o modulated_deform_im2col_cuda.cu.so modulated_deform_im2col_cuda.cu -x cu -Xcompiler -fPIC
# compile deform-psroi-pooling
/usr/bin/nvcc -c -o deform_psroi_pooling_cuda.cu.so deform_psroi_pooling_cuda.cu -x cu -Xcompiler -fPIC
cd ../..
CC=g++ ${PYTHON} build.py
${PYTHON} build_modulated.py