Objaverse + Render Engine
Hello, this is my first time using Objaverse so any help for my situation is appreciated.
I looked at the objaverse-tutorial notebook (https://colab.research.google.com/drive/1ZLA4QufsiI_RuNlamKqV7D7mn40FbWoY?usp=sharing#scrollTo=v2EqyhP2qkQd) and I've set up my jupyter notebook in the same way. Everything works. However, I now want to load the 100 randomly sampled models into Blender. How do I connect the two?
Thank you.
Haven't personally had any luck using Blender in Google Colab.
But in general, for rendering Objaverse objects in Blender on a Ubuntu machine, checkout this repo:
https://github.com/allenai/objaverse-rendering
Hello, this is my first time using Objaverse so any help for my situation is appreciated.
I looked at the objaverse-tutorial notebook (https://colab.research.google.com/drive/1ZLA4QufsiI_RuNlamKqV7D7mn40FbWoY?usp=sharing#scrollTo=v2EqyhP2qkQd) and I've set up my jupyter notebook in the same way. Everything works. However, I now want to load the 100 randomly sampled models into Blender. How do I connect the two?Thank you.
@3d-beginner Hello! I've created a repository for rendering 10 randomly sampled models in Blender. Feel free to take a look: https://github.com/anyeZHY/PyBlend#3-objaverse-extension-
@anyeZHY very cool!