03-12-2021, 12:32 PM
Excellent find nelo!
Works very well, you can also remove background from a whole folder, with:
Just a note for anyone thinking of using with Python in Windows (10) - if you run into problems trying to install rembg with pip (as I did) simply do a:
this will solve the error, if you need enum34 downgrade it to enum34==1.1.8
Works very well, you can also remove background from a whole folder, with:
Code:
rembg -p path/to/inputs
Just a note for anyone thinking of using with Python in Windows (10) - if you run into problems trying to install rembg with pip (as I did) simply do a:
Code:
pip uninstall enum34
this will solve the error, if you need enum34 downgrade it to enum34==1.1.8