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

Can I change the network structure? #1090

Open pandalgx opened 4 years ago

pandalgx commented 4 years ago

I want to ask if I can change the network structure, like add some more intermediate layers? If so, how to load the original weights? Thanks.

monoloxo commented 4 years ago

you can change the network structure by change the cfg file,but can not load the original weights if you change the network structure,you need train it from stratch.