zhizdev / mvdfusion

[CVPR 2024] MVD-Fusion: Single-view 3D via Depth-consistent Multi-view Generation
https://mvd-fusion.github.io/
MIT License
92 stars 4 forks source link

How to render image from Objaverse #10

Open throb081 opened 1 week ago

throb081 commented 1 week ago

Hello , i read your paper and i find that you render 16 views from an elevation of 30 degrees and azimuth linearly spaced across 360 degrees.I am interested in how you render imager from obj of the Objaverse.It will help me a lot if you can show me your render code 。Thank you !!!

zhizdev commented 1 week ago

Hey! This code is from the original objaverse github, here is a slightly modified version. a_blender_render.txt

throb081 commented 1 week ago

thank you !!but when i try to run the code in the [a_blender_render.txt],it seems to have some error ,like this : OSError: /home/yw/yw2/LZH/PaperCode/objaverse-xl/objaverse-xl-main/scripts/rendering/4.0/python/lib/python3.10/site-packages/libextern_draco.so: cannot open shared object file: No such file or directory Location: /home/yw/anaconda3/envs/Dream/lib/python3.10/site-packages/bpy/4.0/scripts/modules/bpy/ops.py:109 did you meet this ?