Home Artists Posts Import Register

Content

Here we go, the app from the previous post.

As seen in the previous examples, this AI try to mask people from photos or videos.

It is based on this git:

https://github.com/ZHKKKe/MODNet

And it have 3 export modes:

RGBA: It generate a PNG with a alpha channel

RGB + Alpha PNG: A regular RGB Png and another PNG with the alpha as RGB

GreenScreen: A Mp4 with the mask as a green color.


It also have two models.
Portrait: Trained on Portraits

Webcam: Trained with people in front of a webcam.


I forgot to change the text on the button from "Interpolate Video" to "Mask Video/Image", but it will most like have some bugs I need to fix, so I fix the text on the next update.

Files

ModNet-App.rar

Comments

Anonymous

nice job!! this is the Adobe killer right here!

Anonymous

Nice) My quick test from a .gif file: Source - https://i.imgur.com/KOEWzsY.mp4 Output - https://i.imgur.com/H9TLyv3.mp4

Anonymous

Thank for this

Anonymous

i have a good idea for another GUI: https://github.com/xinntao/Real-ESRGAN this is a new upscaling tech which seems to work absolutely wonderful. the portable version only contains the NCNN version but not the pytorch version. would be nice to be able to use that on image sequences etc with a gui.

DAINAPP

The upscale area seen to have tons of forks right now, with quite a few models for different inputs that are always evolving, is really hard to keep track. Gonna take a look on this project, may do some simple GUI if the results are pretty good. Thanks