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

How to modify cfg/v1/yolo-full.cfg to run with different number of classes #695

Open ssusie opened 6 years ago

ssusie commented 6 years ago

for tiny-yolo it's clearly explained that in the cfg file we need to modify "filters" and "classes". What should be modified in .cfg file (except obviously "classes") to run full yolo with desired number of classes?

mohamedabdallah1996 commented 6 years ago

I have the same issue