Created by: ysh329
简化test_ocr
例子的使用,使用方式如下:
chiron:/data/local/tmp/bin $ ./test-ocr
Usage: ./test_ocr [detect_model_dir|recog_model_dir] image_path
# 识别模型
chiron:/data/local/tmp/bin $ ./test-ocr \
../models/ocr-recog-chn-1x3x48x512/ \
../data/ocr_recog_48x512_1_3_48_512_nchw_float
# 检测模型
chiron:/data/local/tmp/bin $ ./test-ocr \
../models/ocr-detect-1x3x512x512/ \
../data/ocr_detect_512x512_1_3_512_512_nchw_float
数据(由tools/python/imagestools/
下的脚本生成,文档也已更新)和模型都准备好了,数据和模型内网下载。