YOLO-series
YOLO-series copied to clipboard
[Not an actual issue] Regarding YOLOv3
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!
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.