theAIGuysCode / yolov4-deepsort

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

Update requirements-gpu.txt #99

Open vedanthpadigelwar opened 2 years ago

vedanthpadigelwar commented 2 years ago

changing the version of tensorflow-gpu to 2.6.0 is solving the error problem for version mismatch regarding the error of ----- ImportError: cannot import name 'LayerNormalization' from 'tensorflow.python.keras.layers.normalization'

please update it. I checked it in google colab

VasLem commented 2 years ago

This pull request may not be applied, as the conversion of weights is not feasible with the new version of Tensorflow. Related to issue #79