-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
G_loss_frecon = tf.zeros(1)??? #48
Comments
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. |
It should be similar losses defined in model_non_linear_3DMM_proxy.py You also need code and model from: |
Thank you! @tranluan i will to try it. |
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. |
Hi,@HOMGH Have you solved the perceptual loss function code in this model_nonlinear_3DMM.py? |
|
Hi,did you solve the loss function code? |
@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!
The text was updated successfully, but these errors were encountered: