We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b85646 commit 94b252cCopy full SHA for 94b252c
docs/module_usage/tutorials/cv_modules/semantic_segmentation.md
@@ -407,7 +407,7 @@ python main.py -c paddlex/configs/semantic_segmentation/PP-LiteSeg-T.yaml \
407
```bash
408
python main.py -c paddlex/configs/semantic_segmentation/PP-LiteSeg-T.yaml \
409
-o Global.mode=predict \
410
- -o Predict.model_dir="./output/best_model" \
+ -o Predict.model_dir="./output/best_model/inference" \
411
-o Predict.input="general_semantic_segmentation_002.png"
412
```
413
与模型训练和评估类似,需要如下几步:
0 commit comments