PeterL1n / RobustVideoMatting

Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!
https://peterl1n.github.io/RobustVideoMatting/
GNU General Public License v3.0
8.32k stars 1.11k forks source link

Does Robust Video Matting implement GANs? #218

Open billson16 opened 1 year ago

billson16 commented 1 year ago

I'm sorry I want to know if Robust Video Matting also implementing GANs inside the given models?

tnquang1416 commented 1 year ago

According to the paper, I think it does not follow the adversarial design. Instead, it uses a single model for matting, incorporating three major modules (encoder, decoder, and deep guided filter module).