Home

Awesome

Feature Selective Anchor-Free Module for Single-Shot Object Detection. CVPR, 2019. (in PyTorch)

Description

This repository reproduces "Zhu et al. Feature Selective Anchor-Free Module for Single-Shot Object Detection. CVPR, 2019." (FSAF) PDF in PyTorch. The implementation is based on MMDetection framework. All the codes for the FSAF model follow the original paper.

Get Started

To use this repo, please follow README.md of MMDetection.

Train/Eval

Train

./tools/dist_train_retinanet_r50_400_050x.sh
./tools/dist_train_fsaf_r50_400_050x.sh

Eval

For evaluation, pretrained model-weights should be located at "./models/here".

./tools/eval_retinanet_r50_400_050x.sh
./tools/eval_fsaf_r50_400_050x.sh

Benchmark

Below is benchmark results. All models are trained with an image-size of 400 and reduced LR-schedule for efficient experiments. Reproduced results show a similar aspect to the original paper (Table 1,2), demonstrating sanity of the implementation.

modelbackboneimg-sizeLR-schdbox APbox AP_50box AP_75download
RetinaNetR-50-FPN4000.50x26.043.427.1model
FSAF (w/o AB)R-50-FPN4000.50x26.244.726.5model

TODO

Contact