From d7db7d6d4ca51a5a27837c6ec25a12a1a985c063 Mon Sep 17 00:00:00 2001 From: ZeYi Lin <944270057@qq.com> Date: Sun, 8 Sep 2024 01:50:44 +0800 Subject: [PATCH] docs: fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 071cd34c..746f4bd5 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ python inference.py -t human_matting -i demo/images/test.jpg -o ./idphoto_mattin 输入 1 张 4 通道透明 png,获得 1 张增加了底色的图像) ```python -python inference.py -t add_background -i ./idphoto.png -o ./idhoto_ab.jpg -c 4f83ce -k 30 -r 1 +python inference.py -t add_background -i ./idphoto.png -o ./idphoto_ab.jpg -c 4f83ce -k 30 -r 1 ``` ## 4. 得到六寸排版照 @@ -185,7 +185,7 @@ python inference.py -t add_background -i ./idphoto.png -o ./idhoto_ab.jpg -c 4f 输入 1 张 3 通道照片,获得 1 张六寸排版照 ```python -python inference.py -t generate_layout_photos -i ./idhoto_ab.jpg -o ./idhoto_layout.jpg --height 413 --width 295 -k 200 +python inference.py -t generate_layout_photos -i ./idphoto_ab.jpg -o ./idphoto_layout.jpg --height 413 --width 295 -k 200 ```