From 99d5d78036da6a08a84157016262ef523be16969 Mon Sep 17 00:00:00 2001 From: shadow <773850645@qq.com> Date: Fri, 1 May 2020 13:27:42 +0800 Subject: [PATCH] update --- README.md | 22 ++- UI/.idea/UI.iml | 11 -- UI/.idea/encodings.xml | 4 - UI/.idea/misc.xml | 7 - UI/.idea/modules.xml | 8 - UI/.idea/workspace.xml | 205 -------------------- UI/tk.py | 289 ----------------------------- {UI => interface}/back.jpg | Bin UI/UI.py => interface/interface.py | 0 train/README.md | 11 ++ train.py => train/train.py | 0 11 files changed, 29 insertions(+), 528 deletions(-) delete mode 100644 UI/.idea/UI.iml delete mode 100644 UI/.idea/encodings.xml delete mode 100644 UI/.idea/misc.xml delete mode 100644 UI/.idea/modules.xml delete mode 100644 UI/.idea/workspace.xml delete mode 100644 UI/tk.py rename {UI => interface}/back.jpg (100%) rename UI/UI.py => interface/interface.py (100%) create mode 100644 train/README.md rename train.py => train/train.py (100%) diff --git a/README.md b/README.md index dbd7023..451fa17 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,18 @@ -# Deep_Learning -The design of deep learning -整体内容为本科期间毕业设计 -文件待补全 内容待调整 \ No newline at end of file +# 基于深度学习的书法字体识别 + +## 设计说明 +- 中华文化源远流长,其中汉字书法字体种类就十分之多,但在很多情况下未经系统学习的人们无法简单的识别其中的汉字,本设计应用深度学习对汉字书法字体识别进行设计,使其能够以较高的准确度识别出目的书法字体。 +- 其中数据包括100个汉字书法单字,汉字类别有碑帖,手写书法,古汉字等等。图片全部为单通道灰度jpg,宽高不定。 +- 模型最后测试集精确度达97.53%,数据来源参考自[TinyMind竞赛](https://www.tinymind.cn/competitions/41#overview) +### 数据集分两部分 +- 第一部分每个汉字100张图片共第一部分每汉字100张图片共10000张图片,有标签。 +- 第二部分测试数据每汉字50张以上图片(单字图片数不固定)共16346张图片,无标签,需上传至题目网站进行检测。 +- 训练集:链接:https://pan.baidu.com/s/1ASOns2qH7D80JqZldxvo9A 提取码:d3za +- 测试集:链接:https://pan.baidu.com/s/1fxbO6e_gEJC9gNhaTPcrKg 提取码:emqi +### 设计划分 +#### 神经网络训练 +1. [程序思路](train/README.md) +2. [程序源码](train/train.py) +#### 简单前端界面 +1. [程序思路](interface/README.md) +2. [程序源码](interface/interface.py) \ No newline at end of file diff --git a/UI/.idea/UI.iml b/UI/.idea/UI.iml deleted file mode 100644 index d385fe6..0000000 --- a/UI/.idea/UI.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/UI/.idea/encodings.xml b/UI/.idea/encodings.xml deleted file mode 100644 index 15a15b2..0000000 --- a/UI/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/UI/.idea/misc.xml b/UI/.idea/misc.xml deleted file mode 100644 index 3872720..0000000 --- a/UI/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/UI/.idea/modules.xml b/UI/.idea/modules.xml deleted file mode 100644 index b1d93f0..0000000 --- a/UI/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/UI/.idea/workspace.xml b/UI/.idea/workspace.xml deleted file mode 100644 index 4963464..0000000 --- a/UI/.idea/workspace.xml +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - -