Closed Alvin0629 closed 4 years ago
This dataset preparation code is pretty tailored to ShapeNet, but I actually have code in another repo specifically for rendering intrinsic images of face meshes like these: https://github.com/JannerM/face-intrinsics.
Hope this is useful!
This dataset preparation code is pretty tailored to ShapeNet, but I actually have code in another repo specifically for rendering intrinsic images of face meshes like these: https://github.com/JannerM/face-intrinsics.
Hope this is useful!
Thanks Michael! I will try this repo to see and let you know.
hi dear Michael,
I am using your rendering code to render intrinsic images from normal .obj dataset like faces. The raw files (.obj and .mtl, .png) are in the attached zip file. I found for common obj mesh, they do not have many "Mesh" groups like in ShapeNet. So for ShapeNet, I can render intrinsic images without problems, but for normal obj files, I cannot load the color/texture in composite/albedo with your code. The rendered result is here:
Composite: Albedo: Depth:
Could you please help to check or have some suggestions on how to modify your codes to make it also worked for normal obj files? Thanks sooo much!!!
0365489.zip