Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Caojunxu authored May 23, 2020
1 parent 7a5f5ae commit dc260f2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Attention-guided Context Feature Pyramid Network for Object Detection

This repository is written by Junxu Cao, on the base of [Detectron](https://github.com/facebookresearch/Detectron) @ [e8942c8](https://github.com/facebookresearch/Detectron/tree/e8942c882abf6e28fe68a626ec55028c9bdfe1cf).

## Introduction

This repository re-implements AC-FPN on the base of [Detectron](https://github.com/facebookresearch/Detectron) and [Detectron-Cascade-RCNN](https://github.com/zhaoweicai/Detectron-Cascade-RCNN).

Please follow [Detectron](https://github.com/facebookresearch/Detectron) on how to install and use this repo.
This repository re-implements AC-FPN on the base of [Detectron-Cascade-RCNN](https://github.com/zhaoweicai/Detectron-Cascade-RCNN). Please follow [Detectron](https://github.com/facebookresearch/Detectron) on how to install and use this repo.

## AC-FPN

Expand All @@ -23,7 +17,7 @@ More detail in paper.

## Benchmarking

Because of the proposed architecture, We have better performance on most of FPN-base method, especially on large objects.
Because of the proposed architecture, We have better performance on most of FPN-base methods, especially on large objects.
![segmentation](pics/paper_result.png)

This repo has released CEM module without AM module, but we can get higher performance than the implementation of pytorch in paper.
Expand Down

0 comments on commit dc260f2

Please sign in to comment.