obendidi / Tracking-with-darkflow

Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
GNU General Public License v3.0
524 stars 176 forks source link

Support YOLO v3 #53

Open ahkarami opened 6 years ago

ahkarami commented 6 years ago

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

Ntweat commented 6 years ago

I want this too

tonmoyborah commented 6 years ago

Yes, anyone know how we do this?

ahkarami commented 6 years ago

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

obendidi commented 6 years ago

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:

JackDeSomeTrades commented 6 years ago

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

Thanks for the work you're putting into this.

Qidian213 commented 6 years ago

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