You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for your great work in open-source Blender rendering scripts. I am curious about the meaning of './models_path_all.json'. What is the difference between this json and material3d.json?
After you downloaded the glb data of objaverse, you can save all the paths as a dict like {"id": path, ...} into a json file. This is models_path_all.json. On the other hand, material3d.json is a json file including a sublist of ids that you want to render. You can pass material3d.json or another similar file as the arg objects_uid in the script distributed_render.py.
Hello, thank you for your great work in open-source Blender rendering scripts. I am curious about the meaning of './models_path_all.json'. What is the difference between this json and material3d.json?
Thank you!
The text was updated successfully, but these errors were encountered: