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

I am getting error like below while using my own yolov4 weights model, i have already replace .names file with my own in core config file. In my model i...

Hi! I want to calculate the speed of the detected objects, but I don't know how to get the past frames from the objects with their own IDs, how can...

Thank you for your contribution. cpu:i5 6500 gpu: gtx 1080 when I run this model, I only got about 2-3fps,and I use the command "nvidia-smi",the use of Gpu memory is...

Hi, I'm trying to find last location of tracked object on IP Camera with adding object id and tracked loc taked from to_tlbr() function than grouped locations according to id's...

Can we quantize and reduce the tracker model like we did to the yolo model??

I have converted some weights yolov4.weights to onnx and later to tensorrt (.trt). I would like to know how I can run these weights on the model. If anyone can...

```ValueError: The name 'images' looks like an (invalid) Operation name, not a Tensor. Tensor names must be of the form ":".``` I am getting the above error while executing generate_detections.py....

When I try to run the save_model.py program, I get this error: (yolov4-cpu-updated) C:\Users\deadp\yolov4-deepsort-master>python save_model.py --model yolov4 Traceback (most recent call last): File "C:\Users\deadp\anaconda3\envs\yolov4-cpu-updated\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 64, in from tensorflow.python._pywrap_tensorflow_internal import...

Hi, I have a simple doubt. Can I use deepsort in raspberry pi? If yes, do I have to first convert yolov4-tiny into tfllite model?