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

use .names file in place of labels.txt #1185

Open amaurylekens opened 4 years ago

amaurylekens commented 4 years ago

Is it possible to use a .names file for the classes and not the labels.txt file?

I need to use the network for two different tasks that have different classes (so the labels.txt is different)