From 671994b83b3c7b5dd9ccddc04b650c138f7e4415 Mon Sep 17 00:00:00 2001 From: Carolina Rojas Date: Tue, 27 Feb 2024 11:40:37 -0500 Subject: [PATCH] Fix metting typo (#596) --- USAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/USAGE.md b/USAGE.md index fa44f35b..8c0088fd 100644 --- a/USAGE.md +++ b/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) ```