deep_sort_yolov3
deep_sort_yolov3 copied to clipboard
How to use GPU with this?
Hi, I'm running this code on my CPU machine. How do I make it run on the GPU ? Maybe I'm missing something but couldn't find a documentation on how to do it. I have CUDA and CUDNN installed. Thanks
maybe your tensorflow is not gpu version. My computer use the tensorflow-gpu 1.9.0 is all right. you can have a try.
use conda to instal tensorflow-gpu. Much easier as they automatically install CUDA and CUDNN.