diff --git a/Matting/docs/full_develop_en.md b/Matting/docs/full_develop_en.md index 40c0e285da..be9d3c29ad 100644 --- a/Matting/docs/full_develop_en.md +++ b/Matting/docs/full_develop_en.md @@ -172,7 +172,8 @@ python tools/bg_replace.py --help python tools/export.py \ --config configs/quick_start/ppmattingv2-stdc1-human_512.yml \ --model_path output/best_model/model.pdparams \ - --save_dir output/export + --save_dir output/export \ + --input_shape 1 3 512 512 ``` If the model requires trimap information such as DIM, `--trimap` is need.