GenerativeFaceCompletion
GenerativeFaceCompletion copied to clipboard
关于人脸矫正损失函数模型
您好 很早之前就看了您的论文,在gan的应用领域里真的非常好,其中几个损失函数让我记忆尤新,最近在做人脸老化问题,也希望可以用到人脸矫正损失函数,可是我用的代码是tensorflow,无法对您的模型引用,希望您能把网络模型告诉我,我好完成您模型在tensorflow上的重建,非常感谢
@shz1314 Thanks for your interests.
All network architectures and training parameters can be found here.
By the way, you can refer this tensorflow implementation of a similar paper ContextEncoder.