theAIGuysCode / yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
GNU General Public License v3.0
1.32k stars 751 forks source link

If my cuda is not 10.1(is 10.0), can I run this code? #25

Open BridgeLee opened 3 years ago

BridgeLee commented 3 years ago

If my cuda is not 10.1(is 10.0), can I run this code? Thank you very much.

pinczakko commented 3 years ago

I think it's obvious from requirements.txt file on what versions of frameworks/libraries that you should use:

tensorflow-gpu==2.3.0rc0 opencv-python==4.1.1.26 lxml tqdm absl-py matplotlib easydict pillow

and if you look at: https://www.tensorflow.org/install/gpu, it says:

Software requirements The following NVIDIA® software must be installed on your system:

Cheers :-)