Union14M
Union14M copied to clipboard
[ICCV 2023] Code base for Revisiting Scene Text Recognition: A Data Perspective
Hello firstly thank you. I am using mmocr. I have create **"iiit5k"** by using mmocr's as following command `python tools/dataset_converters/prepare_dataset.py IIIT5K --task textrecog --overwrite-cfg` I have created cropped image by...
MAE Backbone Reconstruction visualization on custom dataset (No pretraining done on custom dataset)
Hi, I have used the pretrained weights of the ViT backbone given for the encoder for the MAERec model, I have trained the MAERec model with my custom dataset and...
如何蒸馏和量化
大佬,感谢您的分享,效果实测非常好。 但是显存占用和速度优化,有什么方案吗?
感谢您的工作,我在尝试跑通您的代码,但是在我使用自己预训练的模型进行微调时,遇到了上述几个库之间版本不兼容的报错,后续查阅资料,下载了兼容的版本: mmcv 2.0.0rc4 https://github.com/open-mmlab/mmcv mmdet 3.0.0rc5 https://github.com/open-mmlab/mmdetection mmengine 0.10.5 https://github.com/open-mmlab/mmengine mmocr 1.0.0 /home/gx/Union14M-main/mmocr-dev-1.x 但出现了新的报错如下: Traceback (most recent call last): File "tools/train.py", line 113, in main() File "tools/train.py", line 102, in...
Your work is very inspiring, but I'm having some problems reproducing it, such as Problem“raise KeyError( KeyError: **'MAERec is not in the mmocr::model registry.** Please check whether the value of...
Observation: I have checked randomly about 1000 images of cc_lmdb, it turns out that about 20% of cc_lmdb is word "alamy".  Questions/Concerns: 1. Is this expected behavior for cc_lmdb?...
您好,注意到maerec在mmocr框架上添加了一些py脚本构造maerec模型,请问具体和master的区别有哪些呢 decoder部分使用的是masterdecoder那么encoder部分改成vit是将master的resnet+GCAttention替换还是只替换了resnet呢? 请问具体涉及到添加和修改了mmocr中的哪些代码使得maerec嵌入到mmocr框架中得以运行
I downloaded mmocr-1.0, added MAERec's modules, configs, and other related files to their respective positions, and used maerec_s_union14m.py for training. During training, 4 RTX 4090s are used. The following error...