python3 -m venv myenv
source venv/bin/activate
pip install -r requirements.txt
This should work out of the box with the joe rogan test image
python remove_background.py
We modified one line from the following: https://huggingface.co/briaai/RMBG-2.0