Datasets:

Modalities:
Tabular
Formats:
parquet
Languages:
English
Libraries:
Datasets
Dask
License:
InLUT3D / README.md
j-0-j's picture
Update README.md
fa47b1d verified
metadata
license: other
license_name: cc-by-nc-4.0
license_link: https://creativecommons.org/licenses/by-nc/4.0/legalcode
tags:
  - points
  - graphs
  - clouds
size_categories:
  - 1B<n<10B
language:
  - en
pretty_name: InLUT

This resource contains Indoor Lodz University of Technology Point Cloud Dataset (InLUT3D) - a point cloud dataset tailored for real object classification and both semantic and instance segmentation tasks. Comprising of 321 scans, some areas in the dataset are covered by multiple scans. All of them are captured using the Leica BLK360 scanner.

Available categories

The points are divided into 18 distinct categories outlined in the label.yaml file along with their respective codes and colors. Among categories you will find:

  • ceiling,
  • floor,
  • wall,
  • stairs,
  • column,
  • chair,
  • sofa,
  • table,
  • storage,
  • door,
  • window,
  • plant,
  • dish,
  • wallmounted,
  • device,
  • radiator,
  • lighting,
  • other.

Challenges

Several challenges are intrinsic to the presented dataset:

  1. Extremely non-uniform categories distribution across the dataset.
  2. Presence of virtual images, particularly in reflective surfaces, and data exterior to windows and doors.
  3. Occurrence of missing data due to scanning shadows (certain areas were inaccessible to the scanner's laser beam).
  4. High point density throughout the dataset.

Data set structure

The structure of the dataset is the following:

inlut3d.tar.gz/
β”œβ”€ setup_0/
β”‚  β”œβ”€ projection.jpg
β”‚  β”œβ”€ segmentation.jpg
β”‚  β”œβ”€ setup_0.pts
β”œβ”€ setup_1/
β”‚  β”œβ”€ projection.jpg
β”‚  β”œβ”€ segmentation.jpg
β”‚  β”œβ”€ setup_1.pts
...
File Content
projection.jpg A file containing a spherical projection of a corresponding PTS file.
segmentation.jpg A file with objects marked with unique colours.
setup_x.pts A file with point cloud int the textual PTS format.

Point characteristic

Column ID Description
1 X Cartesian coordinate
2 Y Cartesian coordinate
3 Z Cartesian Coordinate
4 Red colour in RGB space in the range [0, 255]
5 Green colour in RGB space in the range [0, 255]
6 Blue colour in RGB space in the range [0, 255]
7 Category code
8 Instance ID