allenai / allenai/objaverse-xl
Segmentation fault (core dumped)
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.