AlexeyAB / darknet

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

tracker status #6776

Open hellboy5 opened 3 years ago

hellboy5 commented 3 years ago

Hi,

I know there is a tracker enhancement in the works, do you know the status of that or when you think it will be done? I see tracker pieces in the model zoo other layer parameters section. (https://github.com/AlexeyAB/darknet/wiki/CFG-Parameters-in-the-different-layers)

Maruthi Narayanan

arnaud-nt2i commented 3 years ago

HI @hellboy5

See #3114 , tracking is already implemented for YoloV3. I tried some of the lstm models without success #6781, as others: #6531, #6708 ...

Report how it goes for you please.

IgMart commented 3 years ago

HI @hellboy5

See #3114 , tracking is already implemented for YoloV3. I tried some of the lstm models without success #6781, as others: #6531, #6708 ...

Report how it goes for you please.

Did you make yolo+lstm work?

arnaud-nt2i commented 3 years ago

no but yolo + optiflow kindawork

akashAD98 commented 3 years ago

@IgMart @arnaud-nt2i any update? which tracking is working fine?