From f1b6a5161ba6ac6d48cce479d1ce2301ff296f03 Mon Sep 17 00:00:00 2001 From: li-zhenyun Date: Fri, 4 Nov 2022 16:30:33 +0800 Subject: [PATCH] fo --- insulatorDetection/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/insulatorDetection/README.md b/insulatorDetection/README.md index 0d8cd6a..421cc52 100644 --- a/insulatorDetection/README.md +++ b/insulatorDetection/README.md @@ -142,7 +142,7 @@ bash run.sh 模型转换结果如下,如果出现ATC run success,说明转换模型成功 -```bash +```txt ATC start working now, please wait for a moment. ATC run success, welcome to the next use. ``` @@ -186,7 +186,7 @@ python map_calculate.py # 计算AP ![precision](./img/precision.png) ![precision1](./img/precision_origin.png) -SDK跑的精度为89.48%,原模型精度为90.31%,两者相差0.85%,目标精度要求SDK跑的精度与原模型精度相差不超过1%,SDK模型精度大于80%,符合精度要求。 +SDK跑的精度为89.48%,原模型精度为90.31%,两者相差0.83%,目标精度要求SDK跑的精度与原模型精度相差不超过1%,SDK模型精度大于80%,符合精度要求。 ## 6.FPS测试