nv-tlabs / GET3D

Other
4.17k stars 374 forks source link

error for render image #122

Closed yjcaimeow closed 1 year ago

yjcaimeow commented 1 year ago

@SteveJunGao @zgojcic

Hi, I follow your readme for rendering image from a mesh, i.e. https://github.com/nv-tlabs/GET3D/blob/master/render_shapenet_data/render_all.py

The original mesh is like this. image

But the rendered images have error obviously, like the following figure. image image

Could you please help me the bug?

Best regards, Yingjie CAI

yjcaimeow commented 1 year ago

Bug is fixed via adding bpy.ops.object.join(). Thanks again.

jiahaoli95 commented 1 year ago

@yjcaimeow Hi, thanks for the issue. I ran into the same problem. Where did you insert bpy.ops.object.join() in the code? I tried to do that but either got an error or no effect at all. Thank you! 020