FairMOT icon indicating copy to clipboard operation
FairMOT copied to clipboard

GeForce RTX 3080 Laptop GPU requires cudatoolkit==11.*

Open cfarah-anno opened this issue 3 years ago • 4 comments

Has anyone been able to get this to run on NVIDIA RTX 3080 (or 3000 series generally)? I find myself stuck in a cycle. RTX 3080 forces cudatoolkit upgrade => pytorch upgrade => DCNv2 incompatibility.

cfarah-anno avatar Jun 19 '21 02:06 cfarah-anno

I cannot compile too. I am looking forward to seeing a solution!

ghost avatar Aug 20 '21 07:08 ghost

am looking forward to seeing a solution!

Haveyou got some good solution?

daizzhisheng avatar Oct 14 '21 02:10 daizzhisheng

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

works!

youonlytrackonce avatar Oct 14 '21 03:10 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