A small gimp plugin to easily remove the background of an image with LDF. Github of LDF.
-
Install python
-
Put the background-remover folder in your Gimp Plugins directory. To find it, go inside GIMP to
Edit
->Preferences
->Folders
->Plugins
. The folder must be namedbackground-remover
!!! -
make the python file executable and install dependencies with:
bash ./setup.sh
-
Download the weights and put both in the Ldf directory:
Open an image
- Filters -> RemoveBackground -> Offline Background Remover
- The results might be slightly worse than with my removebg plugin, but it works offline and the libraries are open source.