MXNet-YOLO

MXNet port of YOLO: You only look once real-time object detector

Posted by Joshua Z. Zhang on May 6, 2017

YOLO v2 is an object detection framework similar to SSD.

Github repository

mxnet-yolo

Disclaimer

This is a re-implementation of original yolo v2 which is based on darknet. The arXiv paper is available here. Still under development. 71 mAP on VOC2007 achieved so far.

This is a pre-released version.

Demo

demo1