Datasets:

Modalities:
3D
Image
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
pjramg commited on
Commit
7e9c703
Β·
verified Β·
1 Parent(s): 0faebd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -1
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
+ ```