Tracking-with-darkflow icon indicating copy to clipboard operation
Tracking-with-darkflow copied to clipboard

Support YOLO v3

Open ahkarami opened this issue 7 years ago • 6 comments

Dear @bendidi, Do you have any plan to add YOLO v3 to this project?

ahkarami avatar Apr 11 '18 06:04 ahkarami

I want this too

Ntweat avatar Apr 13 '18 00:04 Ntweat

Yes, anyone know how we do this?

tonmoyborah avatar Apr 13 '18 07:04 tonmoyborah

Dear @tonmoyborah, Actually I don't know exactly how one can do this; However, I think it is better to change the darkflow (i.e., YOLO v2 in TensorFlow) with its PyTorch equivalent. I mean that it is better to use these repositories for the detection part. pytorch yolo3

ahkarami avatar Apr 14 '18 07:04 ahkarami

i'm working on adding the new layers of yolov3 to darkflow, I already added the shortcut and upsampling layers, only missing the yolo layer , so expect it soon if all goes well :smile:

obendidi avatar Apr 18 '18 10:04 obendidi

Dear @bendidi , how close are we to getting this to work with YOLO v3?

Thanks for the work you're putting into this.

JackDeSomeTrades avatar May 02 '18 12:05 JackDeSomeTrades

I did it with yolov3 https://github.com/Qidian213/deep_sort_yolov3

Qidian213 avatar May 23 '18 00:05 Qidian213