theAIGuysCode / yolov4-deepsort

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

tensorflow-gpu==2.3.0rc0 no longer installable/downloadable #123

Closed zhems closed 2 years ago

zhems commented 2 years ago

image

Hi , I can't get the GPU version of this code to run because I can't install the exact required version of tensorflow-gpu. It doesn't work when I try using tensorflow-gpu==2.3.0 instead. Are there any viable alternatives?

The CPU version works but it's only 3 FPS for me.