/GIMP-Background-Remover

This plugin is using the neural network LDF to remove the backgound of and image automatically

Primary LanguagePython

GIMP-Background-Remover

A small gimp plugin to easily remove the background of an image with LDF. Github of LDF.

THIS WORKS ONLY FOR GIMP 3

Currently in development

Installation:

Linux:

  1. Install python

  2. Put the background-remover folder in your Gimp Plugins directory

  3. make the python file executable and install dependencies with:

bash ./setup.sh
  1. Download the model and weights and put both in the Ldf directory:

    Trained model

    model weights

Usage:

Open an image

  • Filters -> RemoveBackground -> background-remover

Notes:

  • In Gimp 2.99 new plugins do not get queried if they are not placed inside a subfolder. And sometimes they just dont get queried.
  • The results might be slightly worse than with my removebg plugin, but it works offline and the libraries are open source.