Home

Awesome

Feature Pyramid Network for Object Detection

Paper Link : https://arxiv.org/pdf/1612.03144.pdf

Note : Our code has been merged into official gluon-cv, we recommend the official version, details can be found: https://github.com/dmlc/gluon-cv/pull/494

This repo is an unofficial implementation of FPN in a gluon-cv style, we will follow up with the official code and please refer to the official tutorials for more information.

Usage

1.Install the mxnet

2.Clone this code and run the script *

Results

VOC07

VOC12

COCO17

Acknowledgements

Below repos give me a lot of inspiration