Note: This application is not allowed for commercial use.
This work by moiling is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Image | Matte | Composition |
---|---|---|
- Download model from the Google Drive.
- Put the model file in the
ckpt
folder. Do not rename the model file.
Install packages from requirements file.
pip install -r requirements.txt
Just run demo.py
.
python demo.py
If you don't have a GPU, you need to change Matting(gpu=True)
in the demo.py
to Matting(gpu=False)
first.