DayBreak-u / chineseocr_lite

超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M
GNU General Public License v2.0
11.8k stars 2.26k forks source link

ModuleNotFoundError: No module named 'crnn.CRNN' #23

Closed sevenseablue closed 4 years ago

sevenseablue commented 4 years ago

Traceback (most recent call last): File "app.py", line 12, in from model import text_predict,crnn_handle File "/home/wangdawei/github/ocr/chineseocr_lite/model.py", line 1, in from config import * File "/home/wangdawei/github/ocr/chineseocr_lite/config.py", line 40, in from crnn.keys import alphabetChinese as alphabet File "/home/wangdawei/github/ocr/chineseocr_lite/crnn/init.py", line 3, in from .CRNN import CRNNHandle ModuleNotFoundError: No module named 'crnn.CRNN'

DayBreak-u commented 4 years ago

你好 不好意思 今天push的时候吧CRNN误删了,现在传了,你复制一下,在crnn目录下面的CRNN.py