Ver código fonte

Merge branch 'master' of github-dgc.com:danielgatis/rembg

Daniel Gatis 4 anos atrás
pai
commit
4e64eccb44
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -34,6 +34,8 @@ Rembg is a tool to remove images background. That is it.
   <img src="https://raw.githubusercontent.com/danielgatis/rembg/master/examples/girl-3.out.png" width="100" />
   <img src="https://raw.githubusercontent.com/danielgatis/rembg/master/examples/girl-3.out.png" width="100" />
 </p>
 </p>
 
 
+#### *** If you want to remove background from videos try this this fork: https://github.com/ecsplendid/rembg-greenscreen ***
+
 ### Requirements
 ### Requirements
 
 
 * python 3.8 or newer
 * python 3.8 or newer
@@ -80,7 +82,7 @@ rembg -o path/to/output.png path/to/input.png
 
 
 Remove the background from all images in a folder
 Remove the background from all images in a folder
 ```bash
 ```bash
-rembg -p path/to/inputs path/to/output
+rembg -p path/to/input path/to/output
 ```
 ```
 
 
 ### Add a custom model
 ### Add a custom model