Update README.md

This commit is contained in:
Daniel Gatis 2022-12-14 11:53:03 -03:00 committed by GitHub
parent d62227d586
commit 3b86d9b142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,20 +97,20 @@ rembg i path/to/input.png path/to/output.png
Remove the background specifying a model
```
rembg -m u2netp i path/to/input.png path/to/output.png
rembg i -m u2netp path/to/input.png path/to/output.png
```
Remove the background returning only the mask
```
rembg -om i path/to/input.png path/to/output.png
rembg i -om path/to/input.png path/to/output.png
```
Remove the background applying an alpha matting
```
rembg -a i path/to/input.png path/to/output.png
rembg i -a path/to/input.png path/to/output.png
```
### rembg `p`