Skip to content

Angzz/fpn-gluon-cv-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feature Pyramid Network for Object Detection

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

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

  • pip install mxnet-cu92 --pre --upgrade

2.Clone this code and run the script *

Results

VOC07

VOC12

COCO17

  • e2e_fastercnn_fpn_resnet50_v1d_2x_coco17 : Stay tuned!

Acknowledgements

Below repos give me a lot of inspiration

About

An unofficial implementation of FPN in gluon-cv style.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.0%
  • C++ 13.9%
  • Other 0.1%