Skip to content

Commit

Permalink
[Config] Rename DB, DB++ and DRRG (#1296)
Browse files Browse the repository at this point in the history
* [Config] Rename DB, DB++ and DRRG

* update metafiles
  • Loading branch information
gaotongxiao authored Aug 22, 2022
1 parent 6ca7404 commit 7ac7f66
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'_base_dbnet_r18_fpnc.py',
'_base_dbnet_resnet18_fpnc.py',
'../../_base_/det_datasets/synthtext.py',
'../../_base_/textdet_default_runtime.py',
'../../_base_/schedules/schedule_sgd_100k_iters.py',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'_base_dbnet_r18_fpnc.py',
'_base_dbnet_resnet18_fpnc.py',
'../../_base_/det_datasets/icdar2015.py',
'../../_base_/textdet_default_runtime.py',
'../../_base_/schedules/schedule_sgd_1200e.py',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'_base_dbnet_r50dcnv2_fpnc.py',
'_base_dbnet_resnet50-dcnv2_fpnc.py',
'../../_base_/textdet_default_runtime.py',
'../../_base_/det_datasets/synthtext.py',
'../../_base_/schedules/schedule_sgd_100k_iters.py',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'_base_dbnet_r50dcnv2_fpnc.py',
'_base_dbnet_resnet50-dcnv2_fpnc.py',
'../../_base_/det_datasets/icdar2015.py',
'../../_base_/textdet_default_runtime.py',
'../../_base_/schedules/schedule_sgd_1200e.py',
Expand Down
8 changes: 4 additions & 4 deletions configs/textdet/dbnet/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Collections:
README: configs/textdet/dbnet/README.md

Models:
- Name: dbnet_r18_fpnc_1200e_icdar2015
- Name: dbnet_resnet18_fpnc_1200e_icdar2015
In Collection: DBNet
Config: configs/textdet/dbnet/dbnet_r18_fpnc_1200e_icdar2015.py
Config: configs/textdet/dbnet/dbnet_resnet18_fpnc_1200e_icdar2015.py
Metadata:
Training Data: ICDAR2015
Results:
Expand All @@ -27,9 +27,9 @@ Models:
hmean-iou: 0.795
Weights: https://download.openmmlab.com/mmocr/textdet/dbnet/dbnet_r18_fpnc_sbn_1200e_icdar2015_20210329-ba3ab597.pth

- Name: dbnet_r50dcnv2_fpnc_1200e_icdar2015
- Name: dbnet_resnet50-dcnv2_fpnc_1200e_icdar2015
In Collection: DBNet
Config: configs/textdet/dbnet/dbnet_r50dcnv2_fpnc_1200e_icdar2015.py
Config: configs/textdet/dbnet/dbnet_resnet50-dcnv2_fpnc_1200e_icdar2015.py
Metadata:
Training Data: ICDAR2015
Results:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'_base_dbnetpp_r50dcnv2_fpnc.py',
'_base_dbnetpp_resnet50-dcnv2_fpnc.py',
'../../_base_/textdet_default_runtime.py',
'../../_base_/det_datasets/synthtext.py',
'../../_base_/schedules/schedule_sgd_100k_iters.py',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'_base_dbnetpp_r50dcnv2_fpnc.py',
'_base_dbnetpp_resnet50-dcnv2_fpnc.py',
'../../_base_/textdet_default_runtime.py',
'../../_base_/det_datasets/icdar2015.py',
'../../_base_/schedules/schedule_sgd_1200e.py',
Expand Down
4 changes: 2 additions & 2 deletions configs/textdet/dbnetpp/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Collections:
README: configs/textdet/dbnetpp/README.md

Models:
- Name: dbnetpp_r50dcnv2_fpnc_1200e_icdar2015.py
- Name: dbnetpp_resnet50-dcnv2_fpnc_1200e_icdar2015
In Collection: DBNetpp
Config: configs/textdet/dbnetpp/dbnetpp_r50dcnv2_fpnc_1200e_icdar2015.py
Config: configs/textdet/dbnetpp/dbnetpp_resnet50-dcnv2_fpnc_1200e_icdar2015.py
Metadata:
Training Data: ICDAR2015
Results:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'_base_drrg_r50_fpn_unet.py',
'_base_drrg_resnet50_fpn-unet.py',
'../../_base_/det_datasets/ctw1500.py',
'../../_base_/textdet_default_runtime.py',
'../../_base_/schedules/schedule_sgd_1200e.py',
Expand Down
4 changes: 2 additions & 2 deletions configs/textdet/drrg/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Collections:
README: configs/textdet/drrg/README.md

Models:
- Name: drrg_r50_fpn_unet_1200e_ctw1500
- Name: drrg_resnet50_fpn-unet_1200e_ctw1500
In Collection: DRRG
Config: configs/textdet/drrg/drrg_r50_fpn_unet_1200e_ctw1500.py
Config: configs/textdet/drrg/drrg_resnet50_fpn-unet_1200e_ctw1500.py
Metadata:
Training Data: CTW1500
Results:
Expand Down
4 changes: 2 additions & 2 deletions configs/textrecog/abinet/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Collections:
README: configs/textrecog/abinet/README.md

Models:
- Name: abinet_vision_only_academic
- Name: abinet-vision_6e_st-an_mj
In Collection: ABINet
Config: configs/textrecog/abinet/abinet-vision_6e_st-an_mj.py
Metadata:
Expand Down Expand Up @@ -52,7 +52,7 @@ Models:
word_acc: 86.5
Weights: https://download.openmmlab.com/mmocr/textrecog/abinet/abinet_vision_only_academic-e6b9ea89.pth

- Name: abinet_academic
- Name: abinet_6e_st-an_mj
In Collection: ABINet
Config: configs/textrecog/abinet/abinet_6e_st-an_mj.py
Metadata:
Expand Down

0 comments on commit 7ac7f66

Please sign in to comment.