ExprGAN Facial Expression Editing with Controllable Expression Intensity

Posted by enoshx on June 16, 2019

疑问

min Lpixel = L1(Gdec(Genc(x),c),x)

此部分说是为了保存身份信息,但是否会抑制表情的变化

Incremental Training

因为数据库小,而且loss多,联合训练子网络可能产生poor result (经验之谈)

Facial Expression Transfer

通过其他人对应的表情+加上原有人脸的身份特征 = 对应人脸的相应表情

其人脸的身份信息好像并没有很好的保存,

review code

issue 1

ValueError: Variable G_fc/w does not exist, or was not created with tf.get_variable(). Did you mean to set reuse=tf.AUTO_REUSE in VarScope?

solution: no solve this error。 because of Adam variable reuse