Skip to content

manu12121999/GIMP-Background-Remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIMP-Background-Remover

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

Made for Gimp3.0. Works only on Linux

Installation:

Linux:

  1. Install python

  2. 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 named background-remover!!!

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

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

    Trained model weights

    backbone weights

Usage:

Open an image

  • Filters -> RemoveBackground -> Offline Background Remover

Image

Notes:

  • The results might be slightly worse than with my removebg plugin, but it works offline and the libraries are open source.

About

This plugin uses the open source neural network LDF to remove the background of an image automatically

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published