Datasets:

Modalities:
Image
ArXiv:
License:
yanxg commited on
Commit
3f59b2e
·
verified ·
1 Parent(s): 2f607ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -4
README.md CHANGED
@@ -1,4 +1,31 @@
1
- ---
2
- license: mit
3
- ---
4
- Hello
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-to-3d
5
+ ---
6
+
7
+ This repo hosts the processed data of the [ABO](https://amazon-berkeley-objects.s3.amazonaws.com/index.html) dataset for the paper **An Object is Worth 64x64 Pixels: Generating 3D Object via Image Diffusion**.
8
+ Please refer to the [project homepage](https://omages.github.io/), [arxiv page](https://arxiv.org/abs/2408.03178) and [github repo](https://github.com/3dlg-hcvc/omages) for more details.
9
+
10
+ # Dataset details
11
+ We first download the .glb [ABO shapes](https://amazon-berkeley-objects.s3.amazonaws.com/archives/abo-3dmodels.tar), then we turn the .glb files into 1024x1024x12 *object images* using Blender 4.0. We set the maximum number of patches to 64 and set the margin to be 2%. The 1024 resolution data is in the `data/` folder, and its zipped archive is stored in `omages_ABO_p64_m02_1024.tar_partaa` and `omages_ABO_p64_m02_1024.tar_partab`. Please refer to our GitHub repository for instructions on downloading, combining, and extracting the files.
12
+
13
+ # Citation Information
14
+ @misc{yan2024objectworth64x64pixels,
15
+ title={An Object is Worth 64x64 Pixels: Generating 3D Object via Image Diffusion},
16
+ author={Xingguang Yan and Han-Hung Lee and Ziyu Wan and Angel X. Chang},
17
+ year={2024},
18
+ eprint={2408.03178},
19
+ archivePrefix={arXiv},
20
+ primaryClass={cs.CV},
21
+ url={https://arxiv.org/abs/2408.03178},
22
+ }
23
+ @misc{collins2022abodatasetbenchmarksrealworld,
24
+ title={ABO: Dataset and Benchmarks for Real-World 3D Object Understanding},
25
+ author={Jasmine Collins and Shubham Goel and Kenan Deng and Achleshwar Luthra and Leon Xu and Erhan Gundogdu and Xi Zhang and Tomas F. Yago Vicente and Thomas Dideriksen and Himanshu Arora and Matthieu Guillaumin and Jitendra Malik},
26
+ year={2022},
27
+ eprint={2110.06199},
28
+ archivePrefix={arXiv},
29
+ primaryClass={cs.CV},
30
+ url={https://arxiv.org/abs/2110.06199},
31
+ }