Skip to content

Commit 94b252c

Browse files
authored
Update semantic_segmentation.md
1 parent 9b85646 commit 94b252c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/module_usage/tutorials/cv_modules/semantic_segmentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ python main.py -c paddlex/configs/semantic_segmentation/PP-LiteSeg-T.yaml \
407407
```bash
408408
python main.py -c paddlex/configs/semantic_segmentation/PP-LiteSeg-T.yaml \
409409
-o Global.mode=predict \
410-
-o Predict.model_dir="./output/best_model" \
410+
-o Predict.model_dir="./output/best_model/inference" \
411411
-o Predict.input="general_semantic_segmentation_002.png"
412412
```
413413
与模型训练和评估类似,需要如下几步:

0 commit comments

Comments
 (0)