fundamentalvision / Deformable-DETR

Deformable DETR: Deformable Transformers for End-to-End Object Detection.
Apache License 2.0
3.13k stars 511 forks source link

Cuda Version #155

Open MiladGhorbaniG opened 2 years ago

MiladGhorbaniG commented 2 years ago

I tried to use the repo on the RTX3070, but that did not work because Cuda should be 10.1 and that can not be installed on my system.

I tried to reference conda with export LD _library to cuda toolkit but I do not know what the path is or if that is a good way?

I also tried to build on cuda 11, but I could not

Can someone give me some guidance?

eslambakr commented 1 year ago

I am facing the same issue, could u solve it?

J-rain-cloud commented 1 year ago

I use 2080Ti with cuda 9.2, it is suitable for this project. But it's so slow and memory is unreachable. Here some advice for me?