Releases: ihmily/image-matting
Releases · ihmily/image-matting
v0.0.2 - image-matting-webui
v0.0.2 - image-matting-web
Theimage-matting-v0.0.2.zip
compressed package already contains the models required for inference, so you don't need to download models.zip separately
demo-web
The compressed package already contains the models needed for inference
you can use :
model_paths = {
"universal": {'path': './models/cv_unet_universal-matting', 'task': Tasks.universal_matting},
"people": {'path': './models/cv_unet_image-matting', 'task': Tasks.portrait_matting},
}