# handwrite_recognition **Repository Path**: echo_lin/handwrite_recognition ## Basic Information - **Project Name**: handwrite_recognition - **Description**: This repository is the implementation of hand write recognition. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 中文|[英文](README.md) # 手写体识别 开发者可以将本application部署至Atlas 200DK上实现对摄像头数据的实时采集、并对视频中的手写体汉字进行检测和识别。 ## 前提条件 部署此Sample前,需要准备好以下环境: - 已完成Mind Studio的安装。 - 已完成Atlas 200 DK开发者板与Mind Studio的连接,交叉编译器的安装,SD卡的制作及基本信息的配置等。 ## 软件准备 运行此Sample前,需要按照此章节获取源码包,并进行相关的环境配置。 1. 获取源码包。 将[https://gitee.com/echo_lin/handwrite_recognition](https://gitee.com/echo_lin/handwrite_recognition)仓中的代码以Mind Studio安装用户下载至Mind Studio所在Ubuntu服务器的任意目录,例如代码存放路径为:$HOME/handwrite_recognition。 2. 获取此应用中所需要的原始网络模型。 参考[表1](#zh-cn_topic_0182554577_table144841813177)获取此应用中所用到的原始网络模型及其对应的权重文件,并将其存放到Mind Studio所在Ubuntu服务器的任意目录,例如:$HOME/ascend/models/facedetection。 **表 1** Handwrite Recognition中使用模型
请参考https://gitee.com/HuaweiAscend/models/tree/master/computer_vision/object_detect/face_detection目录中README.md下载原始网络模型文件及其对应的权重文件。 |
可以在python官网https://pypi.org/上搜索相关包进行安装。 若使用pip3 install命令在线下载,可以使用如下命令指定相关版本进行下载,例如: pip3 install tornado==5.1.0 -i 指定库的安装源 --trusted-host 安装源的主机名 |