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

Hello. I want to extract vehicle trajectory data like vehicle identification number, position, lane and time from Yolov4 DeepSort to a csv file. Any one can help me out about...

Hi, I try to use the yolov4x-mish. Yolov4x-mish cfg: https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov4x-mish.cfg weights: https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4x-mish.weights I use the following command to save the model: python3.7 save_model.py --weights ./data/yolov4x-mish.weights --output ./checkpoints/yolov4x-mish-640 --input_size 640 --model...

i also meet this problem. i create new virtual environments and install requirment.txt,but still like that. even it cant show the opencv's function. pls help us.ty _Originally posted by @zhanghahah1993...

你好,我想请教一下怎么用你的项目训练模型来检测跟踪自己的数据集,因为在代码里面没有看到train.py文件,期待你的回复,非常感谢。

I meet this error: from tensorflow.compat.v1 import ConfigProto I install all packages

Everything is working for me, but it takes more than 8GB of GPU. (nvidia-smi) I encountered the same thing with Darknet and was able to reduce the memory use by...

Any way to use this with Scaled Yolov4? Tried converting Yolov4-CSP to tensorflow weights and got an error.

Hello, First of all thank you for awesome work. I have a yolov4 network trained for 3 classes that I would like to use. I changed the C.YOLO.CLASSES to my...

Good afternoon,I want to know if this program deepsort has evaluation indicators, about the detection of MOTP indicators.Thanks very much

First I want to thanks for you github,it helps me a lot! I want to ask if I wanna get the data of MOTA and MOTP,How can I do? Thanks...