Skip to content

JaouadT/background_image_remover_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Background Remover Python With U2Net

Remove backgrounds from images with u2net pre-trained model

This repo uses the model and the pre-trained weights described in the paper: U2-Net: Going Deeper with Nested U-Structure for Salient Object Detection.

Original repo: U2-Net

How to use:

  1. Clone this repo.
  2. Install requirements: pip install -r requirements.txt.
  3. Run segment.py with the command: python segment.py -img_path image.png
  4. Segmented image will be stored in the results folder.

Image: alt text

Segmented image: alt text

About

Image background remover using image segmentation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages