thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use .names file in place of labels.txt

amaurylekens opened this issue · comments

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)