Open HwangJae-won opened 2 years ago
Hi The output of nextFace is a mesh (obj) and textures (diffuse, specular, roughness) and light. to render the final image u need to use all of these informations. can u tel what r u using to render ?
Thanks for comment. I just open obj file. Do you have any recommendations for the render model for the final ouput? I'm studying 3D reconstruction, so there's a lot of room for improvement. Thank you for your help.
For the material to appear correctly, you need to apply the generated .png textures onto the shader of the .obj. This is done within the 3D software you are using. For example, in Blender:
Thank you for your kind reply.. It was very helpful!
hi can someone share a colab with this, thanks
Hi ! Thanks for sharing your code. I've tried the Colab demo file that you uploaded. Then I get mesh0.obj and material0.mtl. When I tried the obj file, I was able to get the result that only mesh was expressed. How do you get the results in a form that expresses the color of the character, not just the mesh? I think I make the result by combining obj file and mtl file, but I don't know what to do. I need your help! Please understand that English may not be smooth using a translator.