huanngzh's picture
Update README.md
d1e697e verified
---
license: mit
task_categories:
- text-to-3d
- image-to-3d
- text-to-image
- image-to-image
language:
- en
tags:
- objaverse
- 3d
- high-quality
---
# Objaverse-Ortho10View
[Github](https://github.com/huanngzh/MV-Adapter) | [Project Page](https://huanngzh.github.io/MV-Adapter-Page/) | [Paper](https://arxiv.org/abs/2412.03632)
## 1. Dataset Introduction
**TL;DR:** This dataset contains multi-view images that are rendered from a high-quality subset of [Objaverse](https://objaverse.allenai.org/), used in [MV-Adapter](https://huanngzh.github.io/MV-Adapter-Page/).
Features:
* Orthographic views
* 1024x1024 resolution
* RGB, Depth, Normal, Camera
## 2. Data Extraction
```bash
sudo apt-get install git-lfs
git lfs install
git clone https://huggingface.co/datasets/huanngzh/Objaverse-Ortho10View
cat Objaverse-Render.part* > Objaverse-Ortho10View.tar.gz
tar -xzvf Objaverse-Ortho10View.tar.gz
```
## 3. File Structure
```bash
Objaverse-Ortho10View
├── data
│ ├── 00
│ │ ├── 00a4d2b0c4c240289ed456e87d8b9e02
│ │ │ ├── color_0000.webp # rgb
│ │ │ ├── color_0001.webp
│ │ │ ├── ...
│ │ │ ├── color_0009.webp
│ │ │ ├── depth_0000.exr # depth
│ │ │ ├── depth_0001.exr
│ │ │ ├── ...
│ │ │ ├── depth_0009.exr
│ │ │ ├── normal_0000.webp # normal
│ │ │ ├── normal_0001.webp
│ │ │ ├── ...
│ │ │ ├── normal_0009.webp
│ │ │ └── meta.json # camera
│ │ ...
│ │ └── 00a6e74d8eeb428bb3e01b9361d8d57e
│ ├── 0a
│ ├── ...
│ └── zS
├── objaverse_list_6w.json # id list
└── objaverse_short_captions.json # captions
```
| 0000 (elevation=0, azimuth=0) | 0001 (elevation=0, azimuth=90) | 0002 (elevation=0, azimuth=180) | 0003 (elevation=0, azimuth=270) | 0004 (elevation=0, azimuth=45) |
| - | - | - | - | - |
| ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/2ksQj2bFtXLT-1SDP81la.webp) | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/Gk6m7g-kpUJNIbqlZ2Ksm.webp) | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/E01fuE3GNyPxzrZwMWofp.webp) | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/ftxapo2H_9GmsTdHhtsEC.webp) | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/IQO3gprhL_TfkcH8QtISy.webp) |
| **0005 (elevation=0, azimuth=315)** | **0006 (elevation=89.99, azimuth=0)** | **0007 (elevation=-89.99, azimuth=0)** | **0008 (elevation=89.99, azimuth=180)** | **0009 (elevation=-89.99, azimuth=180)** |
| ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/1PQxqJ10NkZDJx7-uUiA-.webp) | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/KSaL99GTEWHvIxYhYz9x-.webp) | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/AbkfEyiwZItc5pRGnqPyI.webp) | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/ekKy0t12vC9NzuD7soT0z.webp) | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/Znt3t--X-Y6GG4rszqlcP.webp) |
## Citation
If you find this dataset useful, please cite:
```bash
@article{huang2024mvadapter,
title={Mv-adapter: Multi-view consistent image generation made easy},
author={Huang, Zehuan and Guo, Yuan-Chen and Wang, Haoran and Yi, Ran and Ma, Lizhuang and Cao, Yan-Pei and Sheng, Lu},
journal={arXiv preprint arXiv:2412.03632},
year={2024}
}
@inproceedings{deitke2023objaverse,
title={Objaverse: A universe of annotated 3d objects},
author={Deitke, Matt and Schwenk, Dustin and Salvador, Jordi and Weihs, Luca and Michel, Oscar and VanderBilt, Eli and Schmidt, Ludwig and Ehsani, Kiana and Kembhavi, Aniruddha and Farhadi, Ali},
booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
pages={13142--13153},
year={2023}
}
```
## Contact
[huangzehuan@buaa.edu.cn](mailto:huangzehuan@buaa.edu.cn)