Skip to content

Commit 506f7d2

Browse files
authored
[Fix] Test svtr_small instead of svtr_tiny (#1786)
1 parent 9caacc7 commit 506f7d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.dev_scripts/benchmark_full_models.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ textrecog/sar/sar_resnet31_parallel-decoder_5e_st-sub_mj-sub_sa_real.py
1515
textrecog/satrn/satrn_shallow-small_5e_st_mj.py
1616
textrecog/satrn/satrn_shallow-small_5e_st_mj.py
1717
textrecog/aster/aster_resnet45_6e_st_mj.py
18-
textrecog/svtr/svtr-tiny_20e_st_mj.py
18+
textrecog/svtr/svtr-small_20e_st_mj.py

.dev_scripts/benchmark_train_models.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ textrecog/crnn/crnn_mini-vgg_5e_mj.py
66
textrecog/aster/aster_resnet45_6e_st_mj.py
77
textrecog/nrtr/nrtr_resnet31-1by16-1by8_6e_st_mj.py
88
textrecog/sar/sar_resnet31_parallel-decoder_5e_st-sub_mj-sub_sa_real.py
9-
textrecog/svtr/svtr-tiny_20e_st_mj.py
9+
textrecog/svtr/svtr-small_20e_st_mj.py

configs/textrecog/svtr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Dominant scene text recognition models commonly contain two building blocks, a v
3737
| Methods | | Regular Text | | | | Irregular Text | | download |
3838
| :---------------------------------------------------------------: | :----: | :----------: | :-------: | :-: | :-------: | :------------: | :----: | :--------------------------------------------------------------------------: |
3939
| | IIIT5K | SVT | IC13-1015 | | IC15-2077 | SVTP | CT80 | |
40-
| [SVTR-tiny](/configs/textrecog/svtr/svtr-tiny_20e_st_mj.py) | - | - | - | | - | - | - | [model](<>) \| [log](<>) |
40+
| [SVTR-tiny](/configs/textrecog/svtr/svtr-tiny_20e_st_mj.py) | - | - | - | | - | - | - | - |
4141
| [SVTR-small](/configs/textrecog/svtr/svtr-small_20e_st_mj.py) | 0.8553 | 0.9026 | 0.9448 | | 0.7496 | 0.8496 | 0.8854 | [model](https://download.openmmlab.com/mmocr/textrecog/svtr/svtr-small_20e_st_mj/svtr-small_20e_st_mj-35d800d6.pth) \| [log](https://download.openmmlab.com/mmocr/textrecog/svtr/svtr-small_20e_st_mj/20230105_184454.log) |
4242
| [SVTR-small-TTA](/configs/textrecog/svtr/svtr-small_20e_st_mj.py) | 0.8397 | 0.8964 | 0.9241 | | 0.7597 | 0.8124 | 0.8646 | |
4343
| [SVTR-base](/configs/textrecog/svtr/svtr-base_20e_st_mj.py) | 0.8570 | 0.9181 | 0.9438 | | 0.7448 | 0.8388 | 0.9028 | [model](https://download.openmmlab.com/mmocr/textrecog/svtr/svtr-base_20e_st_mj/svtr-base_20e_st_mj-ea500101.pth) \| [log](https://download.openmmlab.com/mmocr/textrecog/svtr/svtr-base_20e_st_mj/20221227_175415.log) |
4444
| [SVTR-base-TTA](/configs/textrecog/svtr/svtr-base_20e_st_mj.py) | 0.8517 | 0.9011 | 0.9379 | | 0.7569 | 0.8279 | 0.8819 | |
45-
| [SVTR-large](/configs/textrecog/svtr/svtr-large_20e_st_mj.py) | - | - | - | | - | - | - | [model](<>) \| [log](<>) |
45+
| [SVTR-large](/configs/textrecog/svtr/svtr-large_20e_st_mj.py) | - | - | - | | - | - | - | - |
4646

4747
```{note}
4848
The implementation and configuration follow the original code and paper, but there is still a gap between the reproduced results and the official ones. We appreciate any suggestions to improve its performance.

0 commit comments

Comments
 (0)