ifzhang / FairMOT

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

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

Open cfarah-anno opened 3 years ago

cfarah-anno commented 3 years ago

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.

ghost commented 3 years ago

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

daizzhisheng commented 2 years ago

am looking forward to seeing a solution!

Haveyou got some good solution?

youonlytrackonce commented 2 years ago

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

works!

BingY998 commented 2 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!