Skip to content

Commit

Permalink
Add Tag to config (open-mmlab#4426)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaAndroid authored Jan 11, 2021
1 parent 6cdb0a3 commit 42f5b6c
Show file tree
Hide file tree
Showing 59 changed files with 118 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/albu_example/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Albu Example

[OTHERS]

## Results and Models

| Backbone | Style | Lr schd | Mem (GB) | Inf time (fps) | box AP | mask AP | Config | Download |
Expand Down
2 changes: 2 additions & 0 deletions configs/atss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@article{zhang2019bridging,
title = {Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection},
Expand Down
2 changes: 2 additions & 0 deletions configs/carafe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

We provide config files to reproduce the object detection & instance segmentation results in the ICCV 2019 Oral paper for [CARAFE: Content-Aware ReAssembly of FEatures](https://arxiv.org/abs/1905.02188).

```
Expand Down
2 changes: 2 additions & 0 deletions configs/cascade_rcnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@article{Cai_2019,
title={Cascade R-CNN: High Quality Object Detection and Instance Segmentation},
Expand Down
2 changes: 2 additions & 0 deletions configs/cascade_rpn/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Cascade RPN

[ALGORITHM]

We provide the code for reproducing experiment results of [Cascade RPN](https://arxiv.org/abs/1909.06720).

```
Expand Down
2 changes: 2 additions & 0 deletions configs/centripetalnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@InProceedings{Dong_2020_CVPR,
author = {Dong, Zhiwei and Li, Guoxuan and Liao, Yue and Wang, Fei and Ren, Pengju and Qian, Chen},
Expand Down
2 changes: 2 additions & 0 deletions configs/cityscapes/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Cityscapes Dataset

[DATASET]

## Common settings

- All baselines were trained using 8 GPU with a batch size of 8 (1 images per GPU) using the [linear scaling rule](https://arxiv.org/abs/1706.02677) to scale the learning rate.
Expand Down
2 changes: 2 additions & 0 deletions configs/cornernet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@inproceedings{law2018cornernet,
title={Cornernet: Detecting objects as paired keypoints},
Expand Down
2 changes: 2 additions & 0 deletions configs/dcn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```none
@inproceedings{dai2017deformable,
title={Deformable Convolutional Networks},
Expand Down
2 changes: 2 additions & 0 deletions configs/deepfashion/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# DeepFashion

[DATASET]

[MMFashion](https://github.com/open-mmlab/mmfashion) develops "fashion parsing and segmentation" module
based on the dataset
[DeepFashion-Inshop](https://drive.google.com/drive/folders/0B7EVK8r0v71pVDZFQXRsMDZCX1E?usp=sharing).
Expand Down
2 changes: 2 additions & 0 deletions configs/detectors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

We provide the config files for [DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution](https://arxiv.org/pdf/2006.02334.pdf).

```BibTeX
Expand Down
2 changes: 2 additions & 0 deletions configs/detr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

We provide the config files for DETR: [End-to-End Object Detection with Transformers](https://arxiv.org/abs/2005.12872).

```BibTeX
Expand Down
2 changes: 2 additions & 0 deletions configs/double_heads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@article{wu2019rethinking,
title={Rethinking Classification and Localization for Object Detection},
Expand Down
2 changes: 2 additions & 0 deletions configs/dynamic_rcnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```
@article{DynamicRCNN,
author = {Hongkai Zhang and Hong Chang and Bingpeng Ma and Naiyan Wang and Xilin Chen},
Expand Down
2 changes: 2 additions & 0 deletions configs/empirical_attention/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@article{zhu2019empirical,
title={An Empirical Study of Spatial Attention Mechanisms in Deep Networks},
Expand Down
2 changes: 2 additions & 0 deletions configs/fast_rcnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@inproceedings{girshick2015fast,
title={Fast r-cnn},
Expand Down
2 changes: 2 additions & 0 deletions configs/faster_rcnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@article{Ren_2017,
title={Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks},
Expand Down
2 changes: 2 additions & 0 deletions configs/fcos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@article{tian2019fcos,
title={FCOS: Fully Convolutional One-Stage Object Detection},
Expand Down
2 changes: 2 additions & 0 deletions configs/foveabox/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# FoveaBox: Beyond Anchor-based Object Detector

[ALGORITHM]

FoveaBox is an accurate, flexible and completely anchor-free object detection system for object detection framework, as presented in our paper [https://arxiv.org/abs/1904.03797](https://arxiv.org/abs/1904.03797):
Different from previous anchor-based methods, FoveaBox directly learns the object existing possibility and the bounding box coordinates without anchor reference. This is achieved by: (a) predicting category-sensitive semantic maps for the object existing possibility, and (b) producing category-agnostic bounding box for each position that potentially contains an object.

Expand Down
2 changes: 2 additions & 0 deletions configs/fp16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@article{micikevicius2017mixed,
title={Mixed precision training},
Expand Down
2 changes: 2 additions & 0 deletions configs/free_anchor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@inproceedings{zhang2019freeanchor,
title = {{FreeAnchor}: Learning to Match Anchors for Visual Object Detection},
Expand Down
2 changes: 2 additions & 0 deletions configs/fsaf/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Feature Selective Anchor-Free Module for Single-Shot Object Detection

[ALGORITHM]

FSAF is an anchor-free method published in CVPR2019 ([https://arxiv.org/pdf/1903.00621.pdf](https://arxiv.org/pdf/1903.00621.pdf)).
Actually it is equivalent to the anchor-based method with only one anchor at each feature map position in each FPN level.
And this is how we implemented it.
Expand Down
2 changes: 2 additions & 0 deletions configs/gcnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ We provide config files to reproduce the results in the paper for

## Introduction

[ALGORITHM]

**GCNet** is initially described in [arxiv](https://arxiv.org/abs/1904.11492). Via absorbing advantages of Non-Local Networks (NLNet) and Squeeze-Excitation Networks (SENet), GCNet provides a simple, fast and effective approach for global context modeling, which generally outperforms both NLNet and SENet on major benchmarks for various recognition tasks.

## Citing GCNet
Expand Down
2 changes: 2 additions & 0 deletions configs/gfl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

We provide config files to reproduce the object detection results in the paper [Generalized Focal Loss: Learning Qualified and Distributed Bounding Boxes for Dense Object Detection](https://arxiv.org/abs/2006.04388)

```latex
Expand Down
2 changes: 2 additions & 0 deletions configs/ghm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```
@inproceedings{li2019gradient,
title={Gradient Harmonized Single-stage Detector},
Expand Down
2 changes: 2 additions & 0 deletions configs/gn+ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```
@article{weightstandardization,
author = {Siyuan Qiao and Huiyu Wang and Chenxi Liu and Wei Shen and Alan Yuille},
Expand Down
2 changes: 2 additions & 0 deletions configs/gn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@inproceedings{wu2018group,
title={Group Normalization},
Expand Down
2 changes: 2 additions & 0 deletions configs/grid_rcnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@inproceedings{lu2019grid,
title={Grid r-cnn},
Expand Down
2 changes: 2 additions & 0 deletions configs/groie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on COCO object detection.

## Introduction

[ALGORITHM]

This paper is motivated by the need to overcome to the limitations of existing
RoI extractors which select only one (the best) layer from FPN.

Expand Down
2 changes: 2 additions & 0 deletions configs/guided_anchoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

We provide config files to reproduce the results in the CVPR 2019 paper for [Region Proposal by Guided Anchoring](https://arxiv.org/abs/1901.03278).

```latex
Expand Down
2 changes: 2 additions & 0 deletions configs/hrnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[BACKBONE]

```latex
@inproceedings{SunXLW19,
title={Deep High-Resolution Representation Learning for Human Pose Estimation},
Expand Down
2 changes: 2 additions & 0 deletions configs/htc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

We provide config files to reproduce the results in the CVPR 2019 paper for [Hybrid Task Cascade](https://arxiv.org/abs/1901.07518).

```latex
Expand Down
2 changes: 2 additions & 0 deletions configs/instaboost/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# InstaBoost for MMDetection

[ALGORITHM]

Configs in this directory is the implementation for ICCV2019 paper "InstaBoost: Boosting Instance Segmentation Via Probability Map Guided Copy-Pasting" and provided by the authors of the paper. InstaBoost is a data augmentation method for object detection and instance segmentation. The paper has been released on [`arXiv`](https://arxiv.org/abs/1908.07801).

```latex
Expand Down
2 changes: 2 additions & 0 deletions configs/legacy_1.x/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Legacy Configs in MMDetection V1.x

[OTHERS]

Configs in this directory implement the legacy configs used by MMDetection V1.x and its model zoos.

To help users convert their models from V1.x to MMDetection V2.0, we provide v1.x configs to inference the converted v1.x models.
Expand Down
2 changes: 2 additions & 0 deletions configs/libra_rcnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

We provide config files to reproduce the results in the CVPR 2019 paper [Libra R-CNN](https://arxiv.org/pdf/1904.02701.pdf).

```
Expand Down
2 changes: 2 additions & 0 deletions configs/lvis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[DATASET]

```latex
@inproceedings{gupta2019lvis,
title={{LVIS}: A Dataset for Large Vocabulary Instance Segmentation},
Expand Down
2 changes: 2 additions & 0 deletions configs/mask_rcnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@article{He_2017,
title={Mask R-CNN},
Expand Down
2 changes: 2 additions & 0 deletions configs/ms_rcnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```
@inproceedings{huang2019msrcnn,
title={Mask Scoring R-CNN},
Expand Down
2 changes: 2 additions & 0 deletions configs/nas_fcos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@article{wang2019fcos,
title={Nas-fcos: Fast neural architecture search for object detection},
Expand Down
2 changes: 2 additions & 0 deletions configs/nas_fpn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@inproceedings{ghiasi2019fpn,
title={Nas-fpn: Learning scalable feature pyramid architecture for object detection},
Expand Down
2 changes: 2 additions & 0 deletions configs/paa/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Probabilistic Anchor Assignment with IoU Prediction for Object Detection

[ALGORITHM]

## Results and Models

We provide config files to reproduce the object detection results in the
Expand Down
2 changes: 2 additions & 0 deletions configs/pafpn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```
@inproceedings{liu2018path,
author = {Shu Liu and
Expand Down
2 changes: 2 additions & 0 deletions configs/pascal_voc/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PASCAL VOC Dataset

[DATASET]

## Results and Models

| Architecture | Backbone | Style | Lr schd | Mem (GB) | Inf time (fps) | box AP | Config | Download |
Expand Down
2 changes: 2 additions & 0 deletions configs/pisa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@inproceedings{cao2019prime,
title={Prime sample attention in object detection},
Expand Down
2 changes: 2 additions & 0 deletions configs/point_rend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Introduction

[ALGORITHM]

```latex
@InProceedings{kirillov2019pointrend,
title={{PointRend}: Image Segmentation as Rendering},
Expand Down
Loading

0 comments on commit 42f5b6c

Please sign in to comment.