sergiev / darknet2caffe

Convert darknet weights to caffemodel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

Python2.7

Caffe

Pytorch >= 0.40

Demo

$ python cfg[in] weights[in] prototxt[out] caffemodel[out]

Example

python cfg/yolov3.cfg weights/yolov3.weights prototxt/yolov3.prototxt caffemodel/yolov3.caffemodel

About

Convert darknet weights to caffemodel


Languages

Language:Python 100.0%