- Model selector (same as rembg)
- Will automatically get every image in 'before_bgr' dir
- All results are saved in a dir 'after_bgr'
- Save output image with model name and current date and time
- Will log everything after processing to log file
- Uses Rembg
- Clone this repo
- Add the script at the desired folder
- Open terminal and navigate to that folder
- Run
python main.py
git clone https://github.com/edi194/BGR.git
Go to the project directory
cd BGR
Requires OpenCV and Python.
pip install -r requirements.txt
Move the app at the desired location and run App
python main.py
Credits goes @danielgatis for making Rembg CLI tool and @beephole for original script
- Install Rembg
pip install rembg # for library
pip install rembg[cli] # for library + cli