MODNet
MODNet copied to clipboard
A Trimap-Free Portrait Matting Solution in Real Time [AAAI 2022]
关于e-ASPP
你好!我想学习e-ASPP是如何写出来的?请问有参考吗?
The server is equipped with a graphics card T4 on a single machine, and the entire process of figuring, reasoning, and masking can last for 8 seconds. Is this time...
i prepare to change the backbone to use efficient, while how to edit the func LRBranch and HRBranch ?
The accuracy of background removal on the website was far better than colab demo. What is the difference that exists between the two?
hello,zhanghan: Modnet is a exciting work in matting research, and your code is helpful a lot. Thank you ! In the process of using your code, I found that there...
hello, thank you for shareing the great model and testset PPM-100. If i want to get more precise alpha gt, how to labeling it ! ---------------------------------------------------------------------------- 作者你好,感谢你的分享,Modnet是一个非常好的matting网络框架。 现在我想用modnet去做一些延伸性研究和应用,比如在特定数据集上finetune 人体matting 或者...
Hi @ZHKKKe ! Thank you for sharing this model with us. I am trying to fine-tune the trained model using the SOC adaptation iteration on a dataset of people shot...

按照论文说法, modnet包含分割,细节预测和融合三个部分,我想问的是, 问题1,如果把分割部分的backbone换成其他网络,是否可行?例如换成efficintnet,是否可以无缝替换? 问题2,分割部分和其他部分之间的交互问题,例如,其中细节预测部分用到了部分分割部分的中间层的特征信息,如果把分割的backbone换成其他网络,例如efficinet网络,那么中间层的特征交互问题该如何处理呢? 谢谢,感激不尽