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

Darkflow trained weights conversions to other libraries #1078

Open BraVader777 opened 4 years ago

BraVader777 commented 4 years ago

Is it not possible to use your trained weights from Darkflow into Darknet or YOLO? Or convert your weights into a Caffemodel? My biggest issue with Darkflow is that there is no object ID for the objects detected and its not a Darkflow exclusive problem but I can remedy this if I can convert my model into a caffemodel as the programming required is rather simple.