Home

Awesome

fpn.pytorch Pytorch implementation of Feature Pyramid Network (FPN) for Object Detection

Introduction

This project inherits the property of our pytorch implementation of faster r-cnn. Hence, it also has the following unique features:

Benchmarking

We benchmark our code thoroughly on three datasets: pascal voc, coco. Below are the results:

1). PASCAL VOC 2007 (Train/Test: 07trainval/07test, scale=600, ROI Align)

modelGPUsBatch Sizelrlr_decaymax_epochSpeed/epochMemory/GPUmAP
Res-101  8 TitanX241e-210120.22 hr9688MB74.2

Results on coco are on the way.