Skip to content
/ Exacto Public

A tool to do foreground extraction of images

Notifications You must be signed in to change notification settings

jmew/Exacto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exacto

A tool to do foreground extraction in batches leaving behind a white background where the original background used to be. It is meant to be used in to help with generating datasets for training neural networks through removing unwanted things in the background of the image.

Usage

python background_remover.py [IMG_SOURCE_DIR] [IMG_OUTPUT_DIR]

e.g

python background_remover.py images/ output/

Examples

Before

shoes with background

After

shoes without background


Before

shoes with background

After

shoes without background

About

A tool to do foreground extraction of images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages