RefineDet MXNET

July 6, 2018 ยท View on GitHub

Features

  • An MXNet implementation of Single-Shot Refinement Neural Network for Object Detection.
  • Code implementation in this repository is based on the MXNET implementation of SSD available here.

Requirements

We tested our code on:

Ubuntu 16.04, Python 2.7 with

numpy(1.11.0), cv2(3.3.0-dev)

mxnet 0.11.0

Contents

  1. 1Features
  2. 2Requirements