tranluan / Nonlinear_Face_3DMM

Source code for "Nonlinear 3D Face Morphable Model"
http://cvlab.cse.msu.edu/project-nonlinear-3dmm.html
Apache License 2.0
672 stars 123 forks source link

G_loss_frecon = tf.zeros(1)??? #48

Open huyanfei-cqupt opened 4 years ago

huyanfei-cqupt commented 4 years ago

@tranluan
Is G_loss_frecon missing? I can't find the relevant code in this model_nonlinear_3DMM.py can you share the code to me? Thank you very much!

HOMGH commented 4 years ago

@tranluan Is G_loss_frecon missing? I can't find the relevant code in this model_nonlinear_3DMM.py can you share the code to me? Thank you very much!

Hi, You're right. It seems that perceptual loss (loss_frecon) is missing in the code. Did you find it anywhere?

huyanfei-cqupt commented 4 years ago

@tranluan Is G_loss_frecon missing? I can't find the relevant code in this model_nonlinear_3DMM.py can you share the code to me? Thank you very much!

Hi, You're right. It seems that perceptual loss (loss_frecon) is missing in the code. Did you find it anywhere?

I just found this problem. For the model_non_linear_3DMM.py file, I didn't find the corresponding place.

tranluan commented 4 years ago

It should be similar losses defined in model_non_linear_3DMM_proxy.py

You also need code and model from: https://github.com/ZZUTK/Tensorflow-VGG-face

huyanfei-cqupt commented 4 years ago

It should be similar losses defined in model_non_linear_3DMM_proxy.py

You also need code and model from: https://github.com/ZZUTK/Tensorflow-VGG-face

Thank you! @tranluan i will to try it.

HOMGH commented 4 years ago

It should be similar losses defined in model_non_linear_3DMM_proxy.py

You also need code and model from: https://github.com/ZZUTK/Tensorflow-VGG-face

Thanks @tranluan .

huyanfei-cqupt commented 3 years ago

It should be similar losses defined in model_non_linear_3DMM_proxy.py You also need code and model from: https://github.com/ZZUTK/Tensorflow-VGG-face

Thanks @tranluan .

@HOMGH hi, Have you written the part of the code about the perceptual loss frecon? Can you share the code with me? Thank you very much!

HOMGH commented 3 years ago

It should be similar losses defined in model_non_linear_3DMM_proxy.py You also need code and model from: https://github.com/ZZUTK/Tensorflow-VGG-face

Thanks @tranluan .

@HOMGH hi, Have you written the part of the code about the perceptual loss frecon? Can you share the code with me? Thank you very much!

Hi,Sorry not yet.

huyanfei-cqupt commented 3 years ago

@tranluan Is G_loss_frecon missing? I can't find the relevant code in this model_nonlinear_3DMM.py can you share the code to me? Thank you very much!

It should be similar losses defined in model_non_linear_3DMM_proxy.py You also need code and model from: https://github.com/ZZUTK/Tensorflow-VGG-face

Thanks @tranluan .

@HOMGH hi, Have you written the part of the code about the perceptual loss frecon? Can you share the code with me? Thank you very much!

Hi,Sorry not yet.

Well, I tried to imitate the writing of proxy.py and modified it, but some errors appeared. I haven't solved it until now. If you want to see the part of the code I wrote, I can email you, and then we Let's discuss it together.

huyanfei-cqupt commented 3 years ago

It should be similar losses defined in model_non_linear_3DMM_proxy.py You also need code and model from: https://github.com/ZZUTK/Tensorflow-VGG-face

Thanks @tranluan .

Hi,@HOMGH Have you solved the perceptual loss function code in this model_nonlinear_3DMM.py?

LY-Donkey-Burger commented 2 years ago

它应该是model_non_linear_3DMM_proxy.py中定义的类似损失您还需要来自: https ://github.com/ZZUTK/Tensorflow-VGG-face 的代码和模型

谢谢@tranluan.

你好,@HOMGH 这个model_nonlinear_3DMM.py中的感知损失函数代码你解决了吗?

它应该是model_non_linear_3DMM_proxy.py中定义的类似损失您还需要来自: https ://github.com/ZZUTK/Tensorflow-VGG-face 的代码和模型

谢谢@tranluan.

你好,@HOMGH 这个model_nonlinear_3DMM.py中的感知损失函数代码你解决了吗?

LY-Donkey-Burger commented 2 years ago

Hi,did you solve the loss function code?