CRNN:https:github.combgshihcrnn的TensorFlow实现

时间:2021-02-06 07:27:59
【文件属性】:
文件名称:CRNN:https:github.combgshihcrnn的TensorFlow实现
文件大小:93.08MB
文件格式:ZIP
更新时间:2021-02-06 07:27:59
tensorflow ctc crnn bidirectionnallstm TensorflowPython 该存储库已存档。 请查看有关GitHub的所有其他(更好的)实现。 神经网络 的TensorFlow实现 但是什么是CRNN? 这是一个卷积递归神经网络,可以用作OCR 要求 Tensorflow(已测试1.8) pip3 install tensorflow Scipy pip3 install scipy 使用了哪些培训数据? 所有训练数据(20万个示例)都是使用我的其他项目生成的 为此,只需使用pip安装该项目( pip install trdg ),然后执行trdg -c 200000 -w 1 -t 8 。 -t应该是您的处理器线程数。 预训练模型 在CRNN /保存中可用。
【文件预览】:
CRNN-master
----.gitignore(1KB)
----requirements.txt(630B)
----samples()
--------4.jpg(2KB)
--------3.jpg(2KB)
--------6.jpg(2KB)
--------10.jpg(2KB)
--------1.jpg(2KB)
--------7.jpg(2KB)
--------9.jpg(2KB)
--------2.jpg(2KB)
--------8.jpg(2KB)
--------5.jpg(2KB)
----LICENSE(1KB)
----CRNN()
--------run.py(3KB)
--------utils.py(2KB)
--------config.py(180B)
--------data_manager.py(6KB)
--------save()
--------crnn.py(11KB)
----README.md(2KB)

网友评论