update metafile (#228)

This commit is contained in:
Jianyong Chen 2021-05-22 03:10:21 -05:00 committed by GitHub
parent 5121b9fd94
commit 17aa9ecc7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 51 additions and 1 deletions

View File

@ -0,0 +1,25 @@
Collections:
- Name: DRRG
Metadata:
Training Data: SCUT-CTW1500
Training Techniques:
- SGD with Momentum
Training Resources: 1x GeForce GTX 3090
Architecture:
- ResNet
- FPN_UNet
Paper: https://arxiv.org/abs/2003.07493.pdf
README: configs/textdet/drrg/README.md
Models:
- Name: drrg_r50_fpn_unet_1200e_ctw1500
In Collection: DRRG
Config: configs/textdet/drrg/drrg_r50_fpn_unet_1200e_ctw1500.py
Metadata:
Training Data: CTW1500
Results:
- Task: Text Detection
Dataset: CTW1500
Metrics:
hmean-iou: 0.840
Weights: https://download.openmmlab.com/mmocr/textdet/drrg/drrg_r50_fpn_unet_1200e_ctw1500-1abf4f67.pth

View File

@ -0,0 +1,25 @@
Collections:
- Name: FCENet
Metadata:
Training Data: SCUT-CTW1500
Training Techniques:
- SGD with Momentum
Training Resources: 1x GeForce GTX 2080 Ti
Architecture:
- ResNet with DCNv2
- FPN
Paper: https://arxiv.org/abs/2002.02709.pdf
README: configs/textdet/fcenet/README.md
Models:
- Name: fcenet_r50dcnv2_fpn_1500e_ctw1500
In Collection: FCENet
Config: configs/textdet/fcenet/fcenet_r50dcnv2_fpn_1500e_ctw1500.py
Metadata:
Training Data: CTW1500
Results:
- Task: Text Detection
Dataset: CTW1500
Metrics:
hmean-iou: 0.851
Weights: https://download.openmmlab.com/mmocr/textdet/fcenet/fcenet_r50dcnv2_fpn_1500e_ctw1500-05d740bb.pth

View File

@ -7,7 +7,7 @@ Collections:
Training Resources: 8x GeForce GTX 1080 Ti
Architecture:
- ResNet
- FPN_UNET
- FPN_UNet
Paper: https://arxiv.org/abs/1807.01544.pdf
README: configs/textdet/textsnake/README.md