1 Star 0 Fork 2

wsl/MLTRec

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mlt_cfg.py 785 Bytes
一键复制 编辑 原始数据 按行查看 历史
wsl 提交于 2023-01-10 09:21 . add chinese
mmocr_path='/home/wsl/OCR/mmocr_mlt/'
ckpt_path='/media/wsl/a9f0161f-7971-c843-8c81-c68049a0235a/mlt_ckpt/'
det_config = mmocr_path+'/configs/textdet/psenet/psenet_r50_fpnf_600e_mlt19.py'
det_checkpoint = ckpt_path+'/det/psenet.pth'
lang_checkpoint=ckpt_path+'/rec/lang_cls.onnx'
latin_config = mmocr_path+'/configs/textrecog/mlt/satrn_pt.py'
latin_checkpoint = ckpt_path+'/rec/spanish.pth'
korean_config = mmocr_path+'/configs/textrecog/mlt/satrn_korean.py'
korean_checkpoint = ckpt_path+'/rec/korean_epoch_6.pth'
hindi_config = mmocr_path+'/configs/textrecog/mlt/satrn_hindi.py'
hindi_checkpoint = ckpt_path+'/rec/ETRN_hindi.pth'
chinese_config = mmocr_path+'/configs/textrecog/mlt/pvt_satrn_ctc_hccdoc.py'
chinese_checkpoint = ckpt_path+'/rec/hccdoc_epoch_29.pth'
lang='Chinese'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/hero_wu/MltRec.git
git@gitee.com:hero_wu/MltRec.git
hero_wu
MltRec
MLTRec
master

搜索帮助