提交 de4d035b 编写于 作者: weixin_46524038's avatar weixin_46524038 提交者: cuicheng01

modify watermark docs

上级 952f4753
......@@ -86,7 +86,7 @@ python3 tools/infer.py \
* 默认是对 `deploy/images/practical/watermark_exists/watermark_example.png` 进行预测,此处也可以通过增加字段 `-o Infer.infer_imgs=xxx` 对其他图片预测。
* 二分类默认的阈值为0.5, 如果需要指定阈值,可以重写 `Infer.PostProcess.threshold`
* 二分类默认的阈值为0.5, 如果需要指定阈值,可以使用 `-o Infer.PostProcess.threshold=0.99` 命令修改
<a name="3.1.2"></a>
......@@ -137,9 +137,9 @@ cd ../
```shell
# 使用下面的命令使用 GPU 进行预测
python3.7 python/predict_cls.py -c ./configs/practical_models/watermark_exists/inference_watermark_exists.yaml
python3 python/predict_cls.py -c ./configs/practical_models/watermark_exists/inference_watermark_exists.yaml
# 使用下面的命令使用 CPU 进行预测
python3.7 python/predict_cls.py -c ./configs/practical_models/watermark_exists/inference_watermark_exists.yaml -o Global.use_gpu=False
python3 python/predict_cls.py -c ./configs/practical_models/watermark_exists/inference_watermark_exists.yaml -o Global.use_gpu=False
```
输出结果如下。
......@@ -148,4 +148,4 @@ python3.7 python/predict_cls.py -c ./configs/practical_models/watermark_exists/i
watermark_example.png: class id(s): [0], score(s): [0.97], label_name(s): ['contains_watermark']
```
**备注:** 二分类默认的阈值为0.5, 如果需要指定阈值,可以重写 `Infer.PostProcess.threshold`
**备注:** 二分类默认的阈值为0.5, 如果需要指定阈值,可以使用 `-o PostProcess.ThreshOutput.threshold=0.99` 命令修改
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册