Qidian213 / deep_sort_yolov3

Real-time Multi-person tracker using YOLO v3 and deep_sort with tensorflow
GNU General Public License v3.0
1.66k stars 591 forks source link

can't work on rtx2070, cuda10, tensorflow1.14 #121

Open ntucschen opened 5 years ago

ntucschen commented 5 years ago

hi 我的環境是 rtx2070, cuda10, cudnn7.4, tensorflow-gpu 1.14 但無法work 會出現 Failed precondition: Attempting to use uninitialized value batch_normalization_61/beta 想請問你的執行環境,或者有沒有人在rtx或tensorflow-gpu 1.14上執行過。 .h5 及 .pb均有重新convert過。

peachthiefmedia commented 4 years ago

The RTX cards have problems with older cudnn versions I've found, I have it running using tensorflow-gpu=1.13.2 cudatoolkit=10.0.130 cudnn=7.6.0

No changes to the code necessary