InLUT3D
Indoor Lodz University of Technology Point Cloud Dataset
This dataset called Indoor Lodz University of Technology Point Cloud Dataset (InLUT3D) is a point cloud set 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.
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.
Several challenges are intrinsic to the presented dataset:
- Extremely non-uniform categories distribution across the dataset.
- Presence of virtual images, particularly in reflective surfaces, and data exterior to windows and doors.
- Occurrence of missing data due to scanning shadows (certain areas were inaccessible to the scanner's laser beam).
- High point density throughout the dataset.
Each PTS file contains 8 columns:
| 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 |