未验证 提交 2b97ad59 编写于 作者: G gaotingquan

fix: fix label name

上级 1582212b
...@@ -30,7 +30,7 @@ PostProcess: ...@@ -30,7 +30,7 @@ PostProcess:
main_indicator: ThreshOutput main_indicator: ThreshOutput
ThreshOutput: ThreshOutput:
threshold: 0.5 threshold: 0.5
label_0: nocar label_0: no_car
label_1: contains_car label_1: contains_car
SavePreLabel: SavePreLabel:
save_dir: ./pre_label/ save_dir: ./pre_label/
...@@ -326,7 +326,7 @@ python3 -m paddle.distributed.launch \ ...@@ -326,7 +326,7 @@ python3 -m paddle.distributed.launch \
## 5. 超参搜索 ## 5. 超参搜索
[3.2 节](#3.2)[4.1 节](#4.1)所使用的超参数是根据 PaddleClas 提供的 `SHAS 超参数搜索策略` 搜索得到的,如果希望在自己的数据集上得到更好的结果,可以参考[SHAS 超参数搜索策略](PULC_train.md#4-超参搜索)来获得更好的训练超参数。 [3.3 节](#3.3)[4.1 节](#4.1)所使用的超参数是根据 PaddleClas 提供的 `SHAS 超参数搜索策略` 搜索得到的,如果希望在自己的数据集上得到更好的结果,可以参考[SHAS 超参数搜索策略](PULC_train.md#4-超参搜索)来获得更好的训练超参数。
**备注:** 此部分内容是可选内容,搜索过程需要较长的时间,您可以根据自己的硬件情况来选择执行。如果没有更换数据集,可以忽略此节内容。 **备注:** 此部分内容是可选内容,搜索过程需要较长的时间,您可以根据自己的硬件情况来选择执行。如果没有更换数据集,可以忽略此节内容。
......
...@@ -125,8 +125,8 @@ Infer: ...@@ -125,8 +125,8 @@ Infer:
PostProcess: PostProcess:
name: ThreshOutput name: ThreshOutput
threshold: 0.5 threshold: 0.5
label_0: nobody label_0: no_car
label_1: someone label_1: contains_car
Metric: Metric:
Train: Train:
......
...@@ -138,8 +138,8 @@ Infer: ...@@ -138,8 +138,8 @@ Infer:
PostProcess: PostProcess:
name: ThreshOutput name: ThreshOutput
threshold: 0.9 threshold: 0.9
label_0: nobody label_0: no_car
label_1: someone label_1: contains_car
Metric: Metric:
Train: Train:
......
...@@ -154,8 +154,8 @@ Infer: ...@@ -154,8 +154,8 @@ Infer:
PostProcess: PostProcess:
name: ThreshOutput name: ThreshOutput
threshold: 0.5 threshold: 0.5
label_0: nobody label_0: no_car
label_1: someone label_1: contains_car
Metric: Metric:
Train: Train:
......
...@@ -138,8 +138,8 @@ Infer: ...@@ -138,8 +138,8 @@ Infer:
PostProcess: PostProcess:
name: ThreshOutput name: ThreshOutput
threshold: 0.5 threshold: 0.5
label_0: nobody label_0: no_car
label_1: someone label_1: contains_car
Metric: Metric:
Train: Train:
......
...@@ -155,8 +155,8 @@ Infer: ...@@ -155,8 +155,8 @@ Infer:
PostProcess: PostProcess:
name: ThreshOutput name: ThreshOutput
threshold: 0.5 threshold: 0.5
label_0: nobody label_0: no_car
label_1: someone label_1: contains_car
Metric: Metric:
Train: Train:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册