CenterNet
CenterNet copied to clipboard
DCN v2 compilation for RTX 3080
Hello,
I am not able to compile DCN v2. My configuraiton is the following:
conda 4.9.2 python 3.8.8 pytorch 1.8.1 Build cuda_11.2.r11.2/compiler.29618528_0 driver version: 460.39 CUDA Version 11.2
I have tried many DCN v2 forks to compile but I was not able succeed. Any helpd would be appreciated :)
Thank you Fatih.
pytorch you should downgrade to 1.4 or below
@capricornfati
Refer to https://github.com/developer0hye/Simple-PyTorch-Deformable-Convolution-v2
This code doesn't need any compilation step. However, I didn't test my DCNv2 with this project.
Refer to developer0hye/Simple-CenterNet
you can delete old DCN v2, then git clone https://codechina.csdn.net/mirrors/jinfagang/DCNv2_latest.git, make it.
you can delete old DCN v2, then git clone https://codechina.csdn.net/mirrors/jinfagang/DCNv2_latest.git, make it.
Hello,
should I do this in miniconda env or in system wide python?
https://codechina.csdn.net/mirrors/jinfagang/DCNv2_latest
works!
https://codechina.csdn.net/mirrors/jinfagang/DCNv2_latest
works!
run in terminal: ./make.sh
rm: cannot remove '*.so': No such file or directory
rm: cannot remove 'build/': No such file or directory
Traceback (most recent call last):
File "setup.py", line 6, in
how to solve it?