bowenc0221 / MXNet-YOLO

mxnet implementation of yolo and darknet2mxnet converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MXNet-YOLO

This repo contains:

darknet

contains original darknet source codes. link

darknet2mxnet

contains code to convert darknet weights to mxnet params. link

Tutorial

contains documentation for darknet. link

MXNet YOLO Symbols

contains mxnet symbol for yolo v2. link

Darknet YOLO

contains code to store parameters and feature map of arbitrary layer given a single image as input. link

This repo is still under development.

About

mxnet implementation of yolo and darknet2mxnet converter


Languages

Language:C 87.1%Language:Python 12.9%