thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Need to understand working #1030

Open suryadheeshjith opened 5 years ago

suryadheeshjith commented 5 years ago

I have made everything work on the laptop (Except not using my own training dataset). I am actually working on a project involving detection of cars in traffic. I would like to understand how this method works under the hood and it would be great if someone could post links or resources that I can refer.

skofot commented 5 years ago

For deeper understanding I recommend reading the YOLO publications on the website for Darknet, found here.