We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6916f4a commit 59d1555Copy full SHA for 59d1555
1 file changed
Matting/docs/full_develop_cn.md
@@ -172,7 +172,8 @@ python tools/bg_replace.py --help
172
python tools/export.py \
173
--config configs/quick_start/ppmattingv2-stdc1-human_512.yml \
174
--model_path output/best_model/model.pdparams \
175
- --save_dir output/export
+ --save_dir output/export \
176
+ --input_shape 1 3 512 512
177
```
178
如果模型(比如:DIM)需要trimap的输入,需要增加参数`--trimap`
179
0 commit comments