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.09k forks source link

Training own model #1211

Open DenisTis opened 2 years ago

DenisTis commented 2 years ago

Dear thrieu,

I could not get how to train an own model with own classes. Where should I store the images, and annotations to them (like bounding box, class), etc ?

Could you please provide more information here?