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

Very helpful. Thank you very much! `! pip uninstall tensorflow` `! pip install tensorflow==2.3.0` It can be helpful. Put this snippet right before Step 5. _Originally posted by @seawavve in...

I run the script both with cpu and gpu. but I get this error **ModuleNotFoundError: No module named 'core.yolov4'** Why the script does not find core.yolov4? Anyone can help?

Search before asking I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. Question I trained 2 yolov4-tiny models for my license plate recognition system. The first...

Hi, I tried to operate TF 2.4.0 version to use GPU (=RTX 3090) instead of the version recommended in the text. However, only the video was played, but the tracker...

I want to optimize yolo4-deepsort to custom data. My data and labels don't exist in Coco dataset. totally custom things. I don't know what to do. Can you suggest me...

While detection bounding box is not shown as well as while saving also!

I'm running it on 15-17 fps and my CPU utilization is around 25-30% while GPU utilization is around 20% only. Ryzen 5 5600x, GTX 2060

GPU 2060 CUDA 10.1 Cudnn 7.65 tensorflow 2.3.0rc0 But the GPU didn't be uesd at all when running this code, and I only got about 15 FPS. Is there any...

Could you explain a little about deep sort initialization? # initialize deep sort model_filename = 'model_data/mars-small128.pb' How you created it? Thanks for your awesome work