Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
Model-Transfer-Adaptability
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoyifan
Model-Transfer-Adaptability
Commits
9a015751
Commit
9a015751
authored
May 14, 2023
by
Zhihong Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: modify readme
parent
4a625ed6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
mzh/new_mzh/LSTM-OCR/readme.md
+6
-3
No files found.
mzh/new_mzh/LSTM-OCR/readme.md
View file @
9a015751
...
@@ -3,11 +3,14 @@
...
@@ -3,11 +3,14 @@
### 采用了CRNN的结构实现LSTM-OCR,相比于之前的版本有了更好、更通用的处理OCR问题的能力。我使用了360CC数据集(中文OCR训练数据集,共360w张图片,我只用了其中3w训练数据和3k张测试数据)来训练和测试模型。
### 采用了CRNN的结构实现LSTM-OCR,相比于之前的版本有了更好、更通用的处理OCR问题的能力。我使用了360CC数据集(中文OCR训练数据集,共360w张图片,我只用了其中3w训练数据和3k张测试数据)来训练和测试模型。
1.
config文件夹里是配置文件:
1.
config文件夹里是配置文件:
-
alphabets.py是字典
-
360CC_config.yaml是使用360CC数据集时的配置文件
-
alphabets.py是字典
-
OWN_config.yaml是使用其他数据集时的配置文件
-
360CC_config.yaml是使用360CC数据集时的配置文件
-
OWN_config.yaml是使用其他数据集时的配置文件
2.
dataset文件夹:
2.
dataset文件夹:
-
txt文件夹中的char_std_5990.txt是360cc数据集的字典
-
txt文件夹中的char_std_5990.txt是360cc数据集的字典
-
test.txt中是配置测试集数据
-
test.txt中是配置测试集数据
-
train.txt中是配置训练集数据
-
train.txt中是配置训练集数据
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment