allenai / objaverse-xl

🪐 Objaverse-XL is a Universe of 10M+ 3D Objects. Contains API Scripts for Downloading and Processing!
https://objaverse.allenai.org/
Apache License 2.0
704 stars 40 forks source link

Segmentation fault (core dumped) #33

Open TimenoLong opened 5 months ago

TimenoLong commented 5 months ago

When I run the following command:

blender-3.2.2-linux-x64/blender --background --python scripts/rendering/blender_script.py -- --num_renders 12 --object_path ./scripts/rendering/untextured/jiangtun_mesh86.stl --output_dir ./scripts/rendering/untextured_output/jiangtun_mesh86 --engine BLENDER_EEVEE

It reported the following error: Segmentation fault (core dumped)

I checked the code and found that there was an error in the following code: bpy.ops.render.render(write_still=True) And this line of code is in the last few lines of render_object() method of blender_script.py, how can I solve it?