Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,33 @@ language:
|
|
5 |
pretty_name: ModelNet_Splats
|
6 |
size_categories:
|
7 |
- 10B<n<100B
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
pretty_name: ModelNet_Splats
|
6 |
size_categories:
|
7 |
- 10B<n<100B
|
8 |
+
---
|
9 |
+
|
10 |
+
This repository contains ShapeSplats, a large dataset of Gaussian splats spanning 65K objects in 87 unique categories (gathered from ShapeNetCore, ShapeNet-Part, and ModelNet).
|
11 |
+
|
12 |
+
ModelNet_Splats consists of the 12 objects across 40 categories of ModelNet40.
|
13 |
+
|
14 |
+
The data is distributed as ply files where information about each Gaussian is encoded in custom vertex attributes.
|
15 |
+
Please see [DATA.md](DATA.md) for details about the data.
|
16 |
+
|
17 |
+
If you use the ModelNet_Splats data, you agree to abide by the [ModelNet terms of use](https://modelnet.cs.princeton.edu/#). You are only allowed to redistribute the data to your research associates and colleagues provided that they first agree to be bound by these terms and conditions.
|
18 |
+
|
19 |
+
If you use this data, please cite the ShapeSplat paper along with main ShapeNet technical report.
|
20 |
+
```
|
21 |
+
@article{ma2024shapesplat,
|
22 |
+
title={ShapeSplat: A Large-scale Dataset of Gaussian Splats and Their Self-Supervised Pretraining},
|
23 |
+
author={Ma, Qi and Li, Yue and Ren, Bin and Sebe, Nicu and Konukoglu, Ender and Gevers, Theo and Van Gool, Luc and Paudel, Danda Pani},
|
24 |
+
journal={arXiv preprint arXiv:2408.10906},
|
25 |
+
year={2024}
|
26 |
+
}
|
27 |
+
|
28 |
+
@misc{wu20153dshapenetsdeeprepresentation,
|
29 |
+
title={3D ShapeNets: A Deep Representation for Volumetric Shapes},
|
30 |
+
author={Zhirong Wu and Shuran Song and Aditya Khosla and Fisher Yu and Linguang Zhang and Xiaoou Tang and Jianxiong Xiao},
|
31 |
+
year={2015},
|
32 |
+
eprint={1406.5670},
|
33 |
+
archivePrefix={arXiv},
|
34 |
+
primaryClass={cs.CV},
|
35 |
+
url={https://arxiv.org/abs/1406.5670},
|
36 |
+
}
|
37 |
+
```
|