Update readme.md
This commit is contained in:
parent
988afe1ab9
commit
69b3617a0b
|
@ -1,5 +1,5 @@
|
|||
|
||||
# 介绍
|
||||
# 从训练到推理部署工具链测试方法介绍
|
||||
|
||||
test.sh和params.txt文件配合使用,完成OCR轻量检测和识别模型从训练到预测的流程测试。
|
||||
|
||||
|
@ -66,3 +66,7 @@ bash tests/test.sh ./tests/ocr_det_params.txt 'whole_train_infer'
|
|||
bash tests/prepare.sh ./tests/ocr_det_params.txt 'cpp_infer'
|
||||
bash tests/test.sh ./tests/ocr_det_params.txt 'cpp_infer'
|
||||
```
|
||||
|
||||
# 日志输出
|
||||
最终在```tests/output```目录下生成.log后缀的日志文件
|
||||
|
||||
|
|
Loading…
Reference in New Issue