Datasets:

Modalities:
3D
Image
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
gaussian_splatting / README.md
pjramg's picture
Update README.md
7e9c703 verified
|
raw
history blame
1.02 kB
metadata
license: apache-2.0
language:
  - en
pretty_name: FiftyOne_Gaussian_Splatting

Description

This dataset consists of Gaussian Splats representations of different real-world scenes, created using the official 3D Gaussian Splatting method. Each scene folder contains:

A reference image representing the scene.
A PLY file stored in a point_cloud_folder, containing the Gaussian Splats reconstruction.

The dataset is structured as follows:

FO_dataset/
│── drjohnson/          # Scene Folder
β”‚   β”œβ”€β”€ reference_image.jpg 
β”‚   β”œβ”€β”€ point_cloud_folder/
β”‚       β”œβ”€β”€ reconstruction.ply
│── playroom/
β”‚   β”œβ”€β”€ reference_image.jpg
β”‚   β”œβ”€β”€ point_cloud_folder/
β”‚       β”œβ”€β”€ reconstruction.ply
│── train/
β”‚   β”œβ”€β”€ reference_image.jpg
β”‚   β”œβ”€β”€ point_cloud_folder/
β”‚       β”œβ”€β”€ reconstruction.ply
│── truck/
β”‚   β”œβ”€β”€ reference_image.jpg
β”‚   β”œβ”€β”€ point_cloud_folder/
β”‚       β”œβ”€β”€ reconstruction.ply