--- pretty_name: Omni-Primitive-Transforms size_categories: - 100K 3.8 is required). These are the same dependencies as the [objaverse-xl rendering scripts](https://github.com/allenai/objaverse-xl/tree/main/scripts/rendering). ### Reproduce the Dataset 1. Download and unzip the OmniObject3D raw scans. 2. Run the rendering script: ```bash blender-3.2.2-linux-x64/blender --background --python rendering/blender_script.py -- \ --object_path \ --output_dir \ --num_renders 72 \ --engine CYCLES \ --save_image True \ --save_mask True ``` ## License This dataset is derived from [OmniObject3D](https://omniobject3d.github.io/). Its use is therefore governed by, and must comply with, the original OmniObject3D license and terms. Please review the OmniObject3D terms before downloading or using this data. ## Citation If you use this dataset, please cite the papers that introduced it, as well as OmniObject3D and Objaverse. ```bibtex @inproceedings{zhang2026structure, title = {Structure Abstraction and Generalization in a Hippocampal-Entorhinal Inspired World Model}, author = {Zhang, Tianqiu and Lyu, Muyang and Liu, Xiao and Wu, Si}, booktitle = {Forty-third International Conference on Machine Learning}, year = {2026}, url = {https://openreview.net/forum?id=AYXgo5FjYz} } @inproceedings{zhang2026dila, title = {{DiLA}: Disentangled Latent Action World Models}, author = {Zhang, Tianqiu and Lyu, Muyang and Zhang, Yufan and Fang, Fang and Wu, Si}, booktitle = {Forty-third International Conference on Machine Learning}, year = {2026}, url = {https://openreview.net/forum?id=AYXgo5FjYz} } @inproceedings{wu2023omniobject3d, title={Omniobject3d: Large-vocabulary 3d object dataset for realistic perception, reconstruction and generation}, author={Wu, Tong and Zhang, Jiarui and Fu, Xiao and Wang, Yuxin and Ren, Jiawei and Pan, Liang and Wu, Wayne and Yang, Lei and Wang, Jiaqi and Qian, Chen and others}, booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition}, pages={803--814}, year={2023} } @inproceedings{deitke2023objaverse, title = {Objaverse-{{XL}}: A Universe of {{10M}}+ {{3D}} Objects}, booktitle = {The Thirty-seventh Annual Conference on Neural Information Processing Systems}, author = {Deitke, Matt and Liu, Ruoshi and Wallingford, Matthew and Ngo, Huong and Michel, Oscar and Kusupati, Aditya and Fan, Alan and Laforte, Christian and Voleti, Vikram and Gadre, Samir Yitzhak and VanderBilt, Eli and Kembhavi, Aniruddha and Vondrick, Carl and Gkioxari, Georgia and Ehsani, Kiana and Schmidt, Ludwig and Farhadi, Ali}, year = {2023}, } ``` ## Acknowledgements This dataset is built on top of [OmniObject3D](https://omniobject3d.github.io/), and the rendering pipeline is adapted from [Objaverse](https://objaverse.allenai.org/).