AlexeyAB / darknet

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

Object Tracking (deepsort or anything else) in darknet_video.py ? #6010

Open flowzen1337 opened 4 years ago

flowzen1337 commented 4 years ago

Hey guys, specially @AlexeyAB for sure :-)

Is there any deepsort (or any other tracker) implementation for the darknet_video.py script which i've missed so far (i'm using the yolov4 version) or do i have to implement it myself? I would love to have a object id tracker in it, that would be awesome!

Just asking as i don't want to reinvent the wheel. ;-)

AlexeyAB commented 4 years ago

It isn't implemented yet, but this is in progress: https://github.com/AlexeyAB/darknet/issues/6004

flowzen1337 commented 4 years ago

It isn't implemented yet, but this is in progress: #6004

Oh that's great news, awesome! :-) Do you have any estimation, just over the thumb, when you think it will be available in your repo? Thanks again <3

hibaalqaysi commented 3 years ago

It isn't implemented yet, but this is in progress: #6004

Hi @AlexeyAB, has this feature been implemented yet? (yolov4-based tracker)

Thanks

akashAD98 commented 2 years ago

@AlexeyAB really looking forward to this feature. lots of people are waiting for the same.