How do you remove the background? Because I'm using
You must be registered to see the links
.
You first have to download
You must be registered to see the links
and install it (it requires version < 3.12).
Then run in the command line of Windows:
pip install --upgrade pip
pip install backgroundremover
That should download all dependencies.
Then just run:
backgroundremover -i "pathtoinputfile.png" -o "outputfile.png"
or if that doesn't yield satisfactory results:
backgroundremover -i "pathtoinputfile.png" -a -ae 15 -o "outputfile.png"
Works very well, IMHO. Saved a lot of hassle trying to remove backgrounds myself.