Datasets:

Languages:
English
ArXiv:
License:

Rendering objects in Objaverse using Blender

#45
by Victor7 - opened

Hi @mattdeitke , thanks for your great work and all of the contributions.

I am trying to render the objects in Objaverse using Blender. Following your suggestions, I try to use the GET3D blender scripts for rendering ShapeNet. But the rendered image sometimes does not contain the objects (I am trying to make the object at the center of rendered images), I guess it can be caused by the camera location. The location of the camera in GET3D is shown below,

# Place camera
cam = scene.objects['Camera']
cam.location = (0, 1.2, 0)
cam.data.lens = 35
cam.data.sensor_width = 32

Do you have any suggestions for this? Thanks!

Victor7 changed discussion title from Blending objects in Objaverse using Blender to Rendering objects in Objaverse using Blender
Allen Institute for AI org

Hey @Victor7 , I wouldn't recommend the GET3D rendering scripts anymore. Use:
https://github.com/allenai/objaverse-rendering

GET3D assumes objects are already centered. The rendering scripts in the github repo just shared will center and normalize the object to deal with the issue mentioned.

Allen Institute for AI org

I'll update the Objaverse website to link to the rendering scripts.

Hi @mattdeitke , thanks for your reply. It helps a lot

Victor7 changed discussion status to closed

Sign up or log in to comment