Merge pull request #324 from LDOUBLEV/fixocr

fix lite readme
This commit is contained in:
Double_V 2020-07-14 12:47:08 +08:00 committed by GitHub
commit d0d02211bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ demo/cxx/ocr/
# 执行编译得到可执行文件ocr_db_crnn # 执行编译得到可执行文件ocr_db_crnn
# ocr_db_crnn可执行文件的使用方式为: # ocr_db_crnn可执行文件的使用方式为:
# ./ocr_db_crnn 检测模型文件 识别模型文件 测试图像路径 # ./ocr_db_crnn 检测模型文件 识别模型文件 测试图像路径
make make -j
# 将编译的可执行文件移动到debug文件夹中 # 将编译的可执行文件移动到debug文件夹中
mv ocr_db_crnn ./debug/ mv ocr_db_crnn ./debug/
# 将debug文件夹push到手机上 # 将debug文件夹push到手机上