Created
March 26, 2023 08:23
-
-
Save flyisland/c2df278723549738cc69e06751010b86 to your computer and use it in GitHub Desktop.
完美去背景
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rom rembg import remove | |
from PIL import Image | |
input = Image.open('1.png') | |
output = remove(input) | |
output.save('output.png') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/danielgatis/rembg