Skip to content

Releases: ihmily/image-matting

v0.0.2 - image-matting-webui

05 Feb 18:51
cdfab82
Compare
Choose a tag to compare

v0.0.2 - image-matting-web

05 Jan 13:53
Compare
Choose a tag to compare

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

04 Jan 16:40
Compare
Choose a tag to compare

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},
}