huanngzh commited on
Commit
913ae60
Β·
verified Β·
1 Parent(s): 17d5f71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +95 -3
README.md CHANGED
@@ -1,3 +1,95 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-to-3d
5
+ - image-to-3d
6
+ - text-to-image
7
+ - image-to-image
8
+ language:
9
+ - en
10
+ tags:
11
+ - objaverse
12
+ - 3d
13
+ - high-quality
14
+ ---
15
+
16
+ # Objaverse-Rand6View
17
+
18
+ [Github](https://github.com/huanngzh/MV-Adapter) | [Project Page](https://huanngzh.github.io/MV-Adapter-Page/) | [Paper](https://arxiv.org/abs/2412.03632)
19
+
20
+ ## 1. Dataset Introduction
21
+
22
+ **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/).
23
+ Features:
24
+ * Orthographic or perspective views (random)
25
+ * 1024x1024 resolution
26
+ * RGB, Depth, Normal, Camera
27
+
28
+ ## 2. Data Extraction
29
+
30
+ ```bash
31
+ sudo apt-get install git-lfs
32
+ git lfs install
33
+ git clone https://huggingface.co/datasets/huanngzh/Objaverse-Rand6View
34
+ cat Objaverse-Rand6View.part* > Objaverse-Rand6View.tar.gz
35
+ tar -xzvf Objaverse-Rand6View.tar.gz
36
+ ```
37
+
38
+ ## 3. File Structure
39
+
40
+ ```bash
41
+ Objaverse-Rand6View
42
+ β”œβ”€β”€ data
43
+ β”‚ β”œβ”€β”€ 00
44
+ β”‚ β”‚ β”œβ”€β”€ 00a4d2b0c4c240289ed456e87d8b9e02
45
+ β”‚ β”‚ β”‚ β”œβ”€β”€ color_0000.webp # rgb
46
+ β”‚ β”‚ β”‚ β”œβ”€β”€ color_0001.webp
47
+ β”‚ β”‚ β”‚ β”œβ”€β”€ ...
48
+ β”‚ β”‚ β”‚ β”œβ”€β”€ color_0005.webp
49
+ β”‚ β”‚ β”‚ β”œβ”€β”€ depth_0000.exr # depth
50
+ β”‚ β”‚ β”‚ β”œβ”€β”€ depth_0001.exr
51
+ β”‚ β”‚ β”‚ β”œβ”€β”€ ...
52
+ β”‚ β”‚ β”‚ β”œβ”€β”€ depth_0005.exr
53
+ β”‚ β”‚ β”‚ β”œβ”€β”€ normal_0000.webp # normal
54
+ β”‚ β”‚ β”‚ β”œβ”€β”€ normal_0001.webp
55
+ β”‚ β”‚ β”‚ β”œβ”€β”€ ...
56
+ β”‚ β”‚ β”‚ β”œβ”€β”€ normal_0005.webp
57
+ β”‚ β”‚ β”‚ └── meta.json # camera
58
+ β”‚ β”‚ ...
59
+ β”‚ β”‚ └── 00a6e74d8eeb428bb3e01b9361d8d57e
60
+ β”‚ β”œβ”€β”€ 0a
61
+ β”‚ β”œβ”€β”€ ...
62
+ β”‚ └── zS
63
+ β”œβ”€β”€ objaverse_list_6w.json # id list
64
+ └── objaverse_short_captions.json # captions
65
+ ```
66
+
67
+ | 0000 | 0001 | 0002 | 0003 | 0004 | 0005 |
68
+ | - | - | - | - | - | - |
69
+ | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/m41t8mZsSo6o21_xf5Z3c.webp) | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/jBuFq_ZoA9uwj2r9RxrRV.webp) | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/JcYsNSpfX0AruiKXZ1Bhh.webp) | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/D8Zq6A2ZPVd-jDAsQdev1.webp) | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/1t_A5E4e6m6bH8i0ez95r.webp) | ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6375d136dee28348a9c63cbf/7JhJcM1ASKqPsDwwSMnlW.webp) |
70
+
71
+
72
+ ## Citation
73
+
74
+ If you find this dataset useful, please cite:
75
+
76
+ ```bash
77
+ @article{huang2024mvadapter,
78
+ title={Mv-adapter: Multi-view consistent image generation made easy},
79
+ author={Huang, Zehuan and Guo, Yuan-Chen and Wang, Haoran and Yi, Ran and Ma, Lizhuang and Cao, Yan-Pei and Sheng, Lu},
80
+ journal={arXiv preprint arXiv:2412.03632},
81
+ year={2024}
82
+ }
83
+
84
+ @inproceedings{deitke2023objaverse,
85
+ title={Objaverse: A universe of annotated 3d objects},
86
+ 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},
87
+ booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
88
+ pages={13142--13153},
89
+ year={2023}
90
+ }
91
+ ```
92
+
93
+ ## Contact
94
+
95