tranluan/Nonlinear_Face_3DMM

TensorFlow 2.0

Adriana618-Love opened this issue · 2 comments

Excuse me, first of all congratulate him on his work which is really interesting. The problem I have is because I want to run the code but when analyzing the ".sh" that you provide, you used TF 1.8. Is there a way to compile it with TF 2.0 ?, some modification or maybe do the compilation "manually"

Excuse me, first of all congratulate him on his work which is really interesting. The problem I have is because I want to run the code but when analyzing the ".sh" that you provide, you used TF 1.8. Is there a way to compile it with TF 2.0 ?, some modification or maybe do the compilation "manually"

hi,what's mean this below functions? thanks
` def m2full(self, m):
return m * self.std_m_tf + self.mean_m_tf

def shape2full(self, shape):
    return shape * self.std_shape_tf + self.mean_shape_tf`