Datasets:
Search is not available for this dataset
The dataset viewer is not available for this split.
Rows from parquet row groups are too big to be read: 402.14 MiB (max=286.10 MiB)
Error code: TooBigContentError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
π· 360 Clean Dataset
A dataset of 360Β° equirectangular images with corresponding binary masks that hide the typical artifacts introduced by 360Β° capture, such as:
- π Vehicles (cars, bikes, etc.),
- π§ββοΈ The person capturing the video (cyclist, pedestrian, etc.),
- π₯ Camera equipment or shadows appearing at the bottom of the image.
π§Ύ Description
Each sample in the dataset contains:
image: the original 360Β° equirectangular image (2:1 aspect ratio, typically 3040Γ1520),mask: a binary mask of the same resolution, where white pixels (255) indicate areas to ignore (e.g. person, vehicle), and black pixels (0) represent the usable background.
The masks were manually created.
This dataset is particularly useful for:
- πΊοΈ 3D reconstruction tasks (e.g. NeRF, Gaussian Splatting),
- π€ Training vision models without human-related artifacts,
- π Visual geolocation from clean, unobstructed environments.
π Data Format
{
"image": Image, # equirectangular 360Β° scene
"mask": Image # binary mask: 1 = ignore, 0 = keep
}
Files are matched by filename: xxx.jpg and xxx_mask.png.
π·οΈ Possible Use Cases
- Object removal / Inpainting
- Semantic Segmentation
- Dynamic object filtering
- Preprocessing for 3D or geospatial vision tasks
The model Jour/sam-vit-base-equirectangular-finetuned is trained using this dataset.
πͺͺ License
This dataset is released under the MIT.
- Downloads last month
- 31