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

How to clear the update tracking function to start tracking again?

I couldn't see any bounding box can anyone please suggest me a solution and also the info flag is not working.

Dear author First I'd like to thank you for amazing contribution. Iam working on Containerizing the project. I followed the readme file and installed all dependencies. my current issue is...

Hello, I use my own training weight file to run save_model.py and report an error `ValueError: cannot reshape array of size 4480136 into shape (1024,512,3,3)` My picture training size is...

I'm using my custom yolov3 trained to detect one class. I converted the Yolo weights to TensorFlow. then when i run this command python object_tracker.py --video ./data/video/XXX.mp4 --output ./outputs/demo2.avi --model...

Hello, I tried to run the algorithm on my custom weights file but when I launch the code on my camera it detects nothing knowing that I tested the saved_model.pb...

It is really nice. Can you tell me how to use it for multiple camera multiple person tracking?

When I run this line of code "python save_model.py --model yolov4 ": report an error “File "/home/xhay/anaconda3/envs/yolov4-gpu/lib/python3.7/site-packages/tensorflow/python/framework/constant_op.py", line 300, in _constant_eager_impl t = convert_to_eager_tensor(value, ctx, dtype) File "/home/xhay/anaconda3/envs/yolov4-gpu/lib/python3.7/site-packages/tensorflow/python/framework/constant_op.py", line 97,...