FairMOT icon indicating copy to clipboard operation
FairMOT copied to clipboard

DCN v2 compilation for RTX 3080

Open capricornfati opened this issue 3 years ago • 6 comments

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.

capricornfati avatar Apr 08 '21 15:04 capricornfati

Any luck?

umairjavaid avatar May 19 '21 08:05 umairjavaid

Unfortunatelly, still there is no solution!

ghost avatar Aug 20 '21 07:08 ghost

cuda 11.2 pytoch 1.8.1

same problem when make.sh,RuntimeError: Error compiling objects for extension.

wyywyyyyw avatar Sep 11 '21 02:09 wyywyyyyw

https://codechina.csdn.net/mirrors/jinfagang/DCNv2_latest

works!

youonlytrackonce avatar Sep 27 '21 16:09 youonlytrackonce

Hello, RTX3080, Python3.8, pytorch1.7.0, cuda11.0 can run on laptops. Run the python setup.py build develop command on your terminal to compile DCNv2 if./make.sh is not available. Next, you're ready to test!

BingY998 avatar Oct 23 '21 06:10 BingY998

With RTX3060, Python3.8, Pytorch1.8, CUDA11.1 https://codechina.csdn.net/mirrors/jinfagang/DCNv2_latest compiled successfully.

abdussamettrkr avatar Nov 04 '21 19:11 abdussamettrkr