17 Star 80 Fork 24

张勇建 / chineseocr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.md 770 Bytes
一键复制 编辑 原始数据 按行查看 历史

环境配置,支持linux\macOs

conda create -n chineseocr python=3.6 pip scipy numpy jupyter ipython ##运用conda 创建python环境
source activate chineseocr
git submodule init && git submodule update
pip install easydict opencv-contrib-python==4.0.0.21 Cython h5py lmdb mahotas pandas requests bs4 matplotlib lxml -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install -U pillow -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install keras==2.1.5 tensorflow==1.8 tensorflow-gpu==1.8
pip install web.py==0.40.dev0
conda install pytorch torchvision -c pytorch

pip install torch torchvision

python版本nms无须执行下一步

pushd text/detector/utils && sh make.sh && popd

Python
1
https://gitee.com/Petrichor_cyj/chineseocr_darknet.git
git@gitee.com:Petrichor_cyj/chineseocr_darknet.git
Petrichor_cyj
chineseocr_darknet
chineseocr
master

搜索帮助