Support YOLO v3
Dear @bendidi, Do you have any plan to add YOLO v3 to this project?
I want this too
Yes, anyone know how we do this?
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
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:
Dear @bendidi , how close are we to getting this to work with YOLO v3?
Thanks for the work you're putting into this.
I did it with yolov3 https://github.com/Qidian213/deep_sort_yolov3