You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi author,
Thanks for your work .I run your code successfully.But how to save the predicted mesh, a two dimension narray (5023, 3), to a ordinary RGB image to visualize the mesh like your paper figure 2.
I try code as fllows:
vec = predictions[0] # vec.shape = (5023, 3), is a narray
predict_mesh = facedata.vec2mesh(vec)
predict_mesh.show()
However, there is nothing to happen.
Therefore, could you provide some advices? Thanks you again.
The text was updated successfully, but these errors were encountered:
Hi author,
Thanks for your work .I run your code successfully.But how to save the predicted mesh, a two dimension narray (5023, 3), to a ordinary RGB image to visualize the mesh like your paper figure 2.
I try code as fllows:
However, there is nothing to happen.
Therefore, could you provide some advices? Thanks you again.
The text was updated successfully, but these errors were encountered: