markjay4k / YOLO-series

A series of notebooks describing how to use YOLO (darkflow) in python
248 stars 172 forks source link

[Not an actual issue] Regarding YOLOv3 #14

Open nikheelpandey opened 6 years ago

nikheelpandey commented 6 years ago

Hey Mark, Nice video you got there. Followed them and now I have a working plug and play object detection system. What I wanted to know about, what should I do if I were to use YOLOv3 or resnet or some other model? Also, it would be nice if you could make a video on image segmentation as well. Well, thanks for the videos though! Cheers!

TheRedMudder commented 6 years ago

For YOLOv3, I don't believe the darkflow repo has been updated yet to support it. You would have to add some new layers that's shown in the YOLOv3 paper, but it will be tough to implement. You can of course work with Darknet directly.