Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,33 @@ license: apache-2.0
|
|
3 |
language:
|
4 |
- en
|
5 |
pretty_name: FiftyOne_Gaussian_Splatting
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
language:
|
4 |
- en
|
5 |
pretty_name: FiftyOne_Gaussian_Splatting
|
6 |
+
---
|
7 |
+
|
8 |
+
## Description
|
9 |
+
|
10 |
+
This dataset consists of Gaussian Splats representations of different real-world scenes, created using the official 3D Gaussian Splatting method. Each scene folder contains:
|
11 |
+
|
12 |
+
A reference image representing the scene.
|
13 |
+
A PLY file stored in a point_cloud_folder, containing the Gaussian Splats reconstruction.
|
14 |
+
|
15 |
+
### The dataset is structured as follows:
|
16 |
+
|
17 |
+
```
|
18 |
+
FO_dataset/
|
19 |
+
βββ drjohnson/ # Scene Folder
|
20 |
+
β βββ reference_image.jpg
|
21 |
+
β βββ point_cloud_folder/
|
22 |
+
β βββ reconstruction.ply
|
23 |
+
βββ playroom/
|
24 |
+
β βββ reference_image.jpg
|
25 |
+
β βββ point_cloud_folder/
|
26 |
+
β βββ reconstruction.ply
|
27 |
+
βββ train/
|
28 |
+
β βββ reference_image.jpg
|
29 |
+
β βββ point_cloud_folder/
|
30 |
+
β βββ reconstruction.ply
|
31 |
+
βββ truck/
|
32 |
+
β βββ reference_image.jpg
|
33 |
+
β βββ point_cloud_folder/
|
34 |
+
β βββ reconstruction.ply
|
35 |
+
```
|