halfjoe / 3D-Portrait-Stylization

Official code for paper "Exemplar Based 3D Portrait Stylization".
MIT License
74 stars 14 forks source link

Hello, an issu when open file "00016_face_fit_ortho_final.obj" by Blender. #5

Open SwordHolderSH opened 2 years ago

SwordHolderSH commented 2 years ago

I open the file "3D-Portrait-Stylization-main\data_demo_results\00016\result_texture_transfer\00016_face_fit_ortho_final.obj" by Blender.

However, it shows an undesired result as follows.

1647958971(1)

I would like to ask why, or what other software is used to open it。

Thanks a lot!

SwordHolderSH commented 2 years ago

I try opening the file by "python+opengl" and get the same effect 1647961508(1)

SwordHolderSH commented 2 years ago

I probably understand why. Referring to the original face model mesh, in the final generated stylized 3D model, the mesh structure is destroyed. 1647964422(1) 1647964570(1)

Azusa306 commented 2 years ago

hello,I have the same problem,too. do you resolve it ? I guess it maybe something different in neural-renderer.His sourse code can draw pictures,such as "res_00~res_04 res_02 res_03 res_04 . res_01 res_00 png". These pictures look normal.And the examples of neural-renderer-pytorch give gif of multiple views. example2_result example3_result But I don't understand the code yet, and it's pretty hard to accomplish this.

SwordHolderSH commented 2 years ago

Sorry, I have not solved it.