Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 725 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 725 Bytes

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