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
contains original darknet source codes. link
contains code to convert darknet weights to mxnet params. link
contains documentation for darknet. link
contains mxnet symbol for yolo v2. link
contains code to store parameters and feature map of arbitrary layer given a single image as input. link