yolov4-deepsort icon indicating copy to clipboard operation
yolov4-deepsort copied to clipboard

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.

Results 122 yolov4-deepsort issues
Sort by recently updated
recently updated
newest added

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....

![image](https://user-images.githubusercontent.com/39071957/131487789-5a97711f-25b7-4117-9693-0ab74b3012de.png) ![image](https://user-images.githubusercontent.com/39071957/131488008-e6454839-8999-44e2-95fb-796d77349791.png) ![image](https://user-images.githubusercontent.com/39071957/131488058-57c23c61-6e42-4e67-8a7d-c4f4358dded2.png) ![image](https://user-images.githubusercontent.com/39071957/131488104-13bac1ae-dd79-4f67-bc99-8d0b7482e1c5.png) the white box is predicted by yolo,color box is predicted by Kalman filter

I am getting this error on the following line of 'save_model.py': model = tf.keras.Model(input_layer, pred) I replaced all the 'tf.concat' to 'tf.keras.layers.concatenate', but still the problem is there. Any help...

when i run python save_model.py --model yolov4 ,there is a new question: TypeError: Expected list for 'ksize' argument to 'max_pool' Op, not 13. ![2020-10-13 16-39-09屏幕截图](https://user-images.githubusercontent.com/55232672/95837803-9ceb5280-0d73-11eb-9d6f-60fc9624c9cf.png) Is it a version issue?...

The demo video works fine, but when using a custom video the id is getting switched extensively. Any tips to handle this issue?

Hi. I can see the tracking results on screen by using the --info argument. How can I save them in a text file (the IDs and coordinates of detected boxes)?

Hi, Could you please help us to understand from where this .pb file is generated? is it possible for you put a separate tutorial to generate?

for some videos, if the object is in the first 10 frames, but yolo4 detects it on the first 4 frames and the last 4 frames, it doesn't detect to...

when I execute command line : "python save_model.py --model yolov4 " , The following error occurred : ![image](https://user-images.githubusercontent.com/20816593/95700592-04bd7280-0c7a-11eb-83b9-45c3e7ce2ce5.png)