赞
踩
基于Tensorflow和Keras实现端到端的不定长中文字符检测和识别
sh setup.sh
即:
pip install numpy scipy matplotlib pillow
pip install easydict opencv-python keras h5py PyYAML
pip install cython==0.24
#当使用gpu时:
# for gpu
pip install tensorflow-gpu==1.3.0
chmod +x ./ctpn/lib/utils/make.sh
cd ./ctpn/lib/utils/ && ./make.sh
#当使用cou时:
# for cpu
pip install tensorflow==1.3.0
chmod +x ./ctpn/lib/utils/make_cpu.sh
cd ./ctpn/lib/utils/ && ./make_cpu.sh
将测试图片放入test_images目录,检测结果会保存到test_result中
执行命令:
python demo.py
cd ctpn
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。