YOLO Tensorflow implementation

JuanG report abuse

Hi forum! I am trying to recreate YOLO model (the first version from the 2015 year) using Python3 and Tensorflow. And I can't find any examples of how this model is actually built. I need the model structure in my implementation, so any help is appreciated.

Answers

Caprico report abuse

YOLO is based on the neural network framework darknet and darkflow is a clone of that for tensorflow. You can find darkflow here: https://github.com/thtrieu/darkflow

tomas-crivelli report abuse

You can also find a port of Yolo to tensorflow here

https://github.com/allanzelener/YAD2K

JuanG report abuse

Thank you.

Add Answer

Need support?

Just drop us an email to ... Show more