Datasets:

Modalities:
3D
Languages:
English
ArXiv:
License:
gblanco10 commited on
Commit
104f50b
·
verified ·
1 Parent(s): dec188d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -3
README.md CHANGED
@@ -1,3 +1,67 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - urbanMapping
7
+ - 3d
8
+ - pointCloud
9
+ - LiDAR
10
+ pretty_name: Turin3D
11
+ size_categories:
12
+ - 10M<n<100M
13
+ ---
14
+ # Turin 3D Dataset
15
+
16
+ ## Description
17
+
18
+ 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.
19
+ This dataset offers a detailed 3D representation of the urban environment, enabling the development and evaluation of semantic segmentation models for urban scenes.
20
+
21
+ ## Purpose
22
+
23
+ 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:
24
+
25
+ * Development and evaluation of 3D semantic segmentation algorithms.
26
+ * Analysis and understanding of urban scenes.
27
+ * Applications in autonomous vehicles, robotics, and urban planning.
28
+
29
+ ## Dataset Content
30
+ 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
31
+ ```
32
+ cat dataset.tar.*.gz.part > dataset.tar.gz
33
+ tar -xvzf dataset.tar.gz
34
+ ```
35
+
36
+ ### Class Taxonomy
37
+
38
+ The dataset utilizes a taxonomy of 6 semantic classes:
39
+
40
+ 0. Undefined
41
+ 1. Soil
42
+ 2. Terrain
43
+ 3. Vegetation
44
+ 4. Building
45
+ 5. Street element
46
+ 6. Water
47
+
48
+ ### Dataset Splits
49
+
50
+ * **Train:** Provided with soft labels (class probabilities).
51
+ * **Validation:** Precise annotations (hard labels) for model evaluation.
52
+ * **Test:** Precise annotations (hard labels) for final model evaluation.
53
+
54
+
55
+ ### Annotation
56
+
57
+ * **Train:** Annotations generated automatically using deep learning models, providing soft labels.
58
+ * **Validation and Test:** Manual annotations.
59
+
60
+
61
+ ## Dataset Card Authors
62
+
63
+ Luca Barco, Giacomo Blanco, Gaetano Chiriaco, Fabrizio Dominici
64
+
65
+ ## Dataset Card Contact
66
+
67
+ luca.barco@linksfoundation.com, giacomo.blanco@linksfoundation.com, gaetano.chiriaco@linksfoundation.com, fabrizio.dominici@linksfoundation.com