AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.57k stars 7.95k forks source link

Deepsort for darknet #8118

Open sekisek opened 2 years ago

sekisek commented 2 years ago

Hi,

I cannot find a deepsort for yolov4 in darknet format. I can find it for Tensorflow yolov4 and for yolov5 but I love darknet.... any pointers?

thanks

bulatnv commented 2 years ago

Hello, Probably this will help. https://github.com/cenit/Multitarget-tracker

sekisek commented 2 years ago

hi @bulatnv I forgot to say I am working with python, and this looks like C

bulatnv commented 2 years ago

hi @sekisek

https://github.com/nwojke/deep_sort https://github.com/abewley/deep_sort

I used only tracker from this repos and inference implemented via onnxruntime.

All the best.