NextFace icon indicating copy to clipboard operation
NextFace copied to clipboard

how can i get combine *obj and *mtl?

Open HwangJae-won opened this issue 3 years ago • 5 comments
trafficstars

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. image

HwangJae-won avatar Oct 18 '22 15:10 HwangJae-won

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 ?

abdallahdib avatar Oct 18 '22 16:10 abdallahdib

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.

HwangJae-won avatar Oct 19 '22 04:10 HwangJae-won

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: image

ghost avatar Oct 20 '22 12:10 ghost

Thank you for your kind reply.. It was very helpful!

HwangJae-won avatar Oct 25 '22 03:10 HwangJae-won

hi can someone share a colab with this, thanks

ylimani avatar Mar 18 '23 15:03 ylimani