AlphaGAN-Matting
AlphaGAN-Matting copied to clipboard
This project is an unofficial implementation of AlphaGAN: Generative adversarial networks for natural image matting published at the BMVC 2018
the pre-trained model you upload in #7 was mismatch with your latest network structure(decoder2)
Can AlphaGan Matting be used on a mobile device? Or is it too heavy for the task?
Hello,I have some questions about trimap.when I test the pretrained model,I found that you generate the trimap throughout dilating or eroding the alpha.But how can I get the alpha(not train)?
## Beep boop. Your images are optimized! Your image file size has been reduced! Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| | /examples/trimaps/wedding-dresses-1486260_1280_3.png | 10.97kb...
sorry for bothering I am doing a project about image matting. would you mind open your pre-trained model? thanks for your help!
感谢分享你的复现,想问下一般matting效果评价的四个指标,你有测试吗?
Hi thanks for sharing your work, have you reached similar quality to the original paper?
Dataset
Hello,thanks for your great work, could you please share the dataset to me? I have sent an email to adobe, but there is no response several days.
另外一个代码
我看到 medium上有篇文章解释了这个论文,然后甩出了另外一个代码 [pytorch alpha gan matting](https://medium.com/vedacv/understanding-alphagan-matting-1dfae112a412)