https://blog.csdn.net/qq_37...
https://gitcode.com/gh_mirr...
conda create -n chineseocr python=3.6 pip scipy numpy jupyter ipython ##运用conda 创建python环境 source activate chineseocr cd darknet/ && make && cd .. pip install easydict opencv-contrib-python==4.0.0.21 Cython h5py lmdb mahotas pandas requests bs4 matplotlib lxml -i https://pypi.tuna.tsinghua.... pip install -U pillow -i https://pypi.tuna.tsinghua.... pip install web.py==0.40.dev0 redis pip install keras==2.1.5 tensorflow==1.8
conda install pytorch torchvision -c pytorch
经过国庆节三天的测试与调试: 最后成功于: https://gitee.com/mirrors/c... 建立虚拟环境、安装、运行。。。
问题: tesseract始终无法使用。
https://blog.csdn.net/qq_37...
https://gitcode.com/gh_mirr...
CPU 环境配置,支持linux\macOs
conda create -n chineseocr python=3.6 pip scipy numpy jupyter ipython ##运用conda 创建python环境
source activate chineseocr
cd darknet/ && make && cd ..
pip install easydict opencv-contrib-python==4.0.0.21 Cython h5py lmdb mahotas pandas requests bs4 matplotlib lxml -i https://pypi.tuna.tsinghua....
pip install -U pillow -i https://pypi.tuna.tsinghua....
pip install web.py==0.40.dev0 redis
pip install keras==2.1.5 tensorflow==1.8
mac
conda install pytorch torchvision -c pytorch
linux
conda install pytorch-cpu torchvision-cpu -c pytorch
经过国庆节三天的测试与调试:
最后成功于:
https://gitee.com/mirrors/c...
建立虚拟环境、安装、运行。。。
问题:
tesseract始终无法使用。