Awesome
MXNet-YOLO
This repo contains:
- darknet : source code for darknet
- darknet2mxnet : a converter to convert darknet weights to mxnet params
- darknet tutorial : a tutorial for darknet
- MXNet YOLO : a implementaion of YOLO in MXNet
- Darknet YOLO : YOLO code in darknet with the function to store parameters and feature map
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