Datasets:
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