ifzhang / FairMOT

[IJCV-2021] FairMOT: On the Fairness of Detection and Re-Identification in Multi-Object Tracking
MIT License
4.01k stars 933 forks source link

DCN v2 compilation for RTX 3080 #368

Open ghost opened 3 years ago

ghost commented 3 years ago

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.

umairjavaid commented 3 years ago

Any luck?

ghost commented 3 years ago

Unfortunatelly, still there is no solution!

wyywyyyyw commented 3 years ago

cuda 11.2 pytoch 1.8.1

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

youonlytrackonce commented 3 years ago

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

works!

BingY998 commented 3 years ago

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!

a-turker1 commented 3 years ago

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