From 69b3617a0b2f16550e8425c3fe80773c55c2e29d Mon Sep 17 00:00:00 2001 From: DanielYang Date: Thu, 16 Sep 2021 19:54:16 +0800 Subject: [PATCH] Update readme.md --- tests/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/readme.md b/tests/readme.md index eb8649c2..127eef9f 100644 --- a/tests/readme.md +++ b/tests/readme.md @@ -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后缀的日志文件 + -- GitLab