1 Star 1 Fork 15

MicrophoneBen/CHINESE-OCR_old1

forked from Rothsword/CHINESE-OCR 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.sh 761 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaofengalg 提交于 2018-04-14 22:33 . push all files
conda create -n chinese-ocr python=2.7 pip scipy numpy PIL jupyter##运用conda 创建python环境
source activate chinese-ocr
pip install easydict -i https://pypi.tuna.tsinghua.edu.cn/simple/ ##选择国内源,速度更快
pip install keras==2.0.8 -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install Cython opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install -U pillow -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install h5py lmdb mahotas -i https://pypi.tuna.tsinghua.edu.cn/simple/
conda install pytorch=0.1.12 cuda80 torchvision -c soumith
conda install tensorflow=1.3 tensorflow-gpu=1.3 ##解决cuda报错相关问题
cd ./ctpn/lib/utils
sh make.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/MicrophoneBen/CHINESE-OCR_old1.git
[email protected]:MicrophoneBen/CHINESE-OCR_old1.git
MicrophoneBen
CHINESE-OCR_old1
CHINESE-OCR_old1
master

搜索帮助