mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 15:28:16 +08:00
* [Enhancement] Support batch visualization & dumping in Inferencer * fix empty det output * Update mmocr/apis/inferencers/base_mmocr_inferencer.py Co-authored-by: liukuikun <24622904+Harold-lkk@users.noreply.github.com> * [Docs] Inferencer docs * fix * Support weight_list * add req * improve md * inferencers.md * update * add tab * refine * polish * add cn docs * js * js * js * fix ch docs * translate * translate * finish * fix * fix * fix * update * standard inferencer * update docs * update docs * update docs * update docs * update docs * update docs * en * update * update * update * update * fix * apply sugg --------- Co-authored-by: liukuikun <24622904+Harold-lkk@users.noreply.github.com>
29 lines
894 B
YAML
29 lines
894 B
YAML
Collections:
|
|
- Name: DRRG
|
|
Metadata:
|
|
Training Data: SCUT-CTW1500
|
|
Training Techniques:
|
|
- SGD with Momentum
|
|
Training Resources: 4x NVIDIA A100-SXM4-80GB
|
|
Architecture:
|
|
- ResNet
|
|
- FPN_UNet
|
|
Paper:
|
|
URL: https://arxiv.org/abs/2003.07493.pdf
|
|
Title: 'Deep Relational Reasoning Graph Network for Arbitrary Shape Text Detection'
|
|
README: configs/textdet/drrg/README.md
|
|
|
|
Models:
|
|
- Name: drrg_resnet50_fpn-unet_1200e_ctw1500
|
|
Alias: DRRG
|
|
In Collection: DRRG
|
|
Config: configs/textdet/drrg/drrg_resnet50_fpn-unet_1200e_ctw1500.py
|
|
Metadata:
|
|
Training Data: CTW1500
|
|
Results:
|
|
- Task: Text Detection
|
|
Dataset: CTW1500
|
|
Metrics:
|
|
hmean-iou: 0.8467
|
|
Weights: https://download.openmmlab.com/mmocr/textdet/drrg/drrg_resnet50_fpn-unet_1200e_ctw1500/drrg_resnet50_fpn-unet_1200e_ctw1500_20220827_105233-d5c702dd.pth
|