Datasets:

Modalities:
3D
Languages:
English
ArXiv:
License:
File size: 2,058 Bytes
104f50b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c85546d
 
 
 
104f50b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
license: mit
language:
- en
tags:
- urbanMapping
- 3d
- pointCloud
- LiDAR
pretty_name: Turin3D
size_categories:
- 10M<n<100M
---
# Turin 3D Dataset

## Description

The Turin 3D dataset is a collection of LiDAR point cloud data acquired within the city of Turin, Italy on January 2022 and collected in LAS 1.4 format. It's designed for use in 3D semantic segmentation tasks.
This dataset offers a detailed 3D representation of the urban environment, enabling the development and evaluation of semantic segmentation models for urban scenes.

---

- **Paper:** [https://arxiv.org/abs/2504.05882](https://arxiv.org/abs/2504.05882)

## Purpose

This dataset is intended for researchers and practitioners interested in studying 3D semantic segmentation of urban environments using LiDAR data. It can be used for:

* Development and evaluation of 3D semantic segmentation algorithms.
* Analysis and understanding of urban scenes.
* Applications in autonomous vehicles, robotics, and urban planning.

## Dataset Content
It contains almost 70M points divided among 57 blocks covering around 25k m^2 each. Data is compressed with gzip, you can extract it using
```
cat dataset.tar.*.gz.part > dataset.tar.gz
tar -xvzf dataset.tar.gz
```

### Class Taxonomy

The dataset utilizes a taxonomy of 6 semantic classes:

0.  Undefined
1.  Soil
2.  Terrain
3.  Vegetation
4.  Building
5.  Street element
6.  Water

### Dataset Splits

* **Train:** Provided with soft labels (class probabilities).
* **Validation:** Precise annotations (hard labels) for model evaluation.
* **Test:** Precise annotations (hard labels) for final model evaluation.


### Annotation

* **Train:** Annotations generated automatically using deep learning models, providing soft labels.
* **Validation and Test:** Manual annotations.


## Dataset Card Authors

Luca Barco, Giacomo Blanco, Gaetano Chiriaco, Fabrizio Dominici

## Dataset Card Contact

luca.barco@linksfoundation.com, giacomo.blanco@linksfoundation.com, gaetano.chiriaco@linksfoundation.com, fabrizio.dominici@linksfoundation.com