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

Load trained weights to my tensorflow YOLO tiny network #1069

Open Ajaz-Ahmad opened 5 years ago

Ajaz-Ahmad commented 5 years ago

Hello,

I am trying to convert tiny yolo v2 weights to tensorflow compatible weights and then load into my own yolo model and fine tune for my data. Is it possible to load this model checkpoints into my network if I make config network file and my yolo network same?

Thanks