1 Star 0 Fork 0

张勇建/CHINESE-OCR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.sh 982 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaofengalg 提交于 2019-03-02 18:38 . 完善readme文档
# conda create -n chinese-ocr python=2.7 pip scipy numpy PIL jupyter##运用conda 创建python环境
# source activate chinese-ocr
export PATH=/usr/local/cuda-9.0/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-9.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
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 cuda90 torchvision -c soumith
pip install futures==3.1.1 -i https://pypi.tuna.tsinghua.edu.cn/simple/
# conda install tensorflow=1.3 tensorflow-gpu=1.3 ##解决cuda报错相关问题
cd ./ctpn/lib/utils
sh make.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Petrichor_cyj/CHINESE-OCR.git
git@gitee.com:Petrichor_cyj/CHINESE-OCR.git
Petrichor_cyj
CHINESE-OCR
CHINESE-OCR
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385