SJTU-LuHe / TransVOD

The repository is the code for the paper "End-to-End Video Object Detection with Spatial-TemporalTransformers"
Apache License 2.0
212 stars 28 forks source link

cuda version #18

Closed MiladGhorbaniG closed 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?

MiladGhorbaniG commented 2 years ago

I tried this: 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? it worked for me, so I close the issue