mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-20 04:59:05 +08:00
Fix metting typo (#596)
This commit is contained in:
parent
3fe8fb9ec9
commit
b601763e07
4
USAGE.md
4
USAGE.md
@ -37,8 +37,8 @@ for img in images:
|
||||
```
|
||||
|
||||
|
||||
### With alpha metting
|
||||
Alpha metting is a post processing step that can be used to improve the quality of the output.
|
||||
### With alpha matting
|
||||
Alpha matting is a post processing step that can be used to improve the quality of the output.
|
||||
```python
|
||||
output = remove(input, alpha_matting=True, alpha_matting_foreground_threshold=270,alpha_matting_background_threshold=20, alpha_matting_erode_size=11)
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user