Skip to content

Commit

Permalink
Change tags to comment (open-mmlab#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckkelvinchan authored Apr 21, 2021
1 parent 577bc20 commit f24c9ef
Show file tree
Hide file tree
Showing 28 changed files with 31 additions and 29 deletions.
2 changes: 1 addition & 1 deletion configs/inpainting/deepfillv1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@inproceedings{yu2018generative,
Expand Down
2 changes: 1 addition & 1 deletion configs/inpainting/deepfillv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@inproceedings{yu2019free,
Expand Down
2 changes: 1 addition & 1 deletion configs/inpainting/global_local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@article{iizuka2017globally,
Expand Down
2 changes: 1 addition & 1 deletion configs/inpainting/partial_conv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@inproceedings{liu2018image,
Expand Down
2 changes: 1 addition & 1 deletion configs/mattors/dim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@inproceedings{xu2017deep,
Expand Down
2 changes: 1 addition & 1 deletion configs/mattors/gca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@inproceedings{li2020natural,
Expand Down
2 changes: 1 addition & 1 deletion configs/mattors/indexnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@inproceedings{hao2019indexnet,
Expand Down
2 changes: 1 addition & 1 deletion configs/restorers/basicvsr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```
@InProceedings{chan2021basicvsr,
Expand Down
2 changes: 1 addition & 1 deletion configs/restorers/edsr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@inproceedings{lim2017enhanced,
Expand Down
2 changes: 1 addition & 1 deletion configs/restorers/edvr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@InProceedings{wang2019edvr,
Expand Down
2 changes: 1 addition & 1 deletion configs/restorers/esrgan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@inproceedings{wang2018esrgan,
Expand Down
2 changes: 1 addition & 1 deletion configs/restorers/iconvsr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```
@InProceedings{chan2021basicvsr,
Expand Down
2 changes: 1 addition & 1 deletion configs/restorers/liif/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@article{chen2020learning,
Expand Down
2 changes: 1 addition & 1 deletion configs/restorers/srcnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@article{dong2015image,
Expand Down
2 changes: 1 addition & 1 deletion configs/restorers/srresnet_srgan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@inproceedings{ledig2016photo,
Expand Down
2 changes: 1 addition & 1 deletion configs/restorers/tof/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@article{xue2019video,
Expand Down
2 changes: 1 addition & 1 deletion configs/synthesizers/cyclegan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@inproceedings{zhu2017unpaired,
Expand Down
2 changes: 1 addition & 1 deletion configs/synthesizers/pix2pix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[ALGORITHM]
<!-- [ALGORITHM] -->

```bibtex
@inproceedings{isola2017image,
Expand Down
6 changes: 4 additions & 2 deletions docs/stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def anchor(name):
papers = set(
(papertype, titlecase.titlecase(paper.lower().strip()))
for (papertype, paper) in re.findall(
r'\[([A-Z]*?)\]\s*\n.*?\btitle\s*=\s*{(.*?)}', content, re.DOTALL))
r'<!--\s*\[([A-Z]*?)\]\s*-->\s*\n.*?\btitle\s*=\s*{(.*?)}',
content, re.DOTALL))
# paper links
revcontent = '\n'.join(list(reversed(content.splitlines())))
paperlinks = {}
Expand Down Expand Up @@ -112,7 +113,8 @@ def anchor(name):
papers = set(
(papertype, titlecase.titlecase(paper.lower().strip()))
for (papertype, paper) in re.findall(
r'\[([A-Z]*?)\]\s*\n.*?\btitle\s*=\s*{(.*?)}', content, re.DOTALL))
r'<!--\s*\[([A-Z]*?)\]\s*-->\s*\n.*?\btitle\s*=\s*{(.*?)}',
content, re.DOTALL))
# paper links
revcontent = '\n'.join(list(reversed(content.splitlines())))
paperlinks = {}
Expand Down
2 changes: 1 addition & 1 deletion tools/data/generation/paired-pix2pix/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Preparing Paired Dataset for Pix2pix

[DATASET]
<!-- [DATASET] -->

```bibtex
@inproceedings{isola2017image,
Expand Down
2 changes: 1 addition & 1 deletion tools/data/generation/unpaired-cyclegan/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Preparing Unpaired Dataset for CycleGAN

[DATASET]
<!-- [DATASET] -->

```bibtex
@inproceedings{zhu2017unpaired,
Expand Down
2 changes: 1 addition & 1 deletion tools/data/inpainting/celeba-hq/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Preparing CelebA-HQ Dataset

[DATASET]
<!-- [DATASET] -->

```bibtex
@article{karras2017progressive,
Expand Down
2 changes: 1 addition & 1 deletion tools/data/inpainting/paris-street-view/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Preparing Paris Street View Dataset

[DATASET]
<!-- [DATASET] -->

```bibtex
@inproceedings{pathak2016context,
Expand Down
2 changes: 1 addition & 1 deletion tools/data/inpainting/places365/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Preparing Places365 Dataset

[DATASET]
<!-- [DATASET] -->

```bibtex
@article{zhou2017places,
Expand Down
2 changes: 1 addition & 1 deletion tools/data/matting/comp1k/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[DATASET]
<!-- [DATASET] -->

```bibtex
@inproceedings{xu2017deep,
Expand Down
2 changes: 1 addition & 1 deletion tools/data/super-resolution/div2k/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Preparing DIV2K Dataset

[DATASET]
<!-- [DATASET] -->

```bibtex
@InProceedings{Agustsson_2017_CVPR_Workshops,
Expand Down
2 changes: 1 addition & 1 deletion tools/data/super-resolution/reds/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Preparing REDS Dataset

[DATASET]
<!-- [DATASET] -->

```bibtex
@InProceedings{Nah_2019_CVPR_Workshops_REDS,
Expand Down
2 changes: 1 addition & 1 deletion tools/data/super-resolution/vimeo90k/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Preparing Vimeo90K Dataset

[DATASET]
<!-- [DATASET] -->

```bibtex
@article{xue2019video,
Expand Down

0 comments on commit f24c9ef

Please sign in to comment.