File size: 1,236 Bytes
d226f14
 
b33982d
 
 
553828e
 
b33982d
 
 
edabf2f
 
 
 
 
 
 
 
 
 
 
 
b6aac76
edabf2f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b6aac76
edabf2f
 
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
---
license: mit
tags:
- LiDAR
- Point Cloud
- Simulated
- CARLA-based
pretty_name: CPL-Bench
language:
- en
---

# CPL-Bench Dataset
## Overview
CPL-Bench introduces a new unified benchmark for cross-platform LiDAR semantic segmentation, addressing the lack of dedicated benchmarks across heterogeneous acquisition platforms. 
It provides town-scale MLS, ULS, and ALS point clouds from shared CARLA scenes with consistent semantics and annotations, enabling controlled cross-platform evaluation.

The dataset provides two variants:
- FullDataset — complete version for large-scale experiments (CPL-Bench/full)
- Lightweight Subset — only xyz & label (CPL-Bench/lightweight)

## Dataset Structure
```
  CPL-Bench/

  ├── full/
  │ └── ...

  ├── lightweight/
  │ ├── CPL-ALS_Reduced/
  │ │ ├── Town01ALS.ply
  │ │ ├── ...
  │ │ └── Town10ALS.ply
  │ │ 
  │ ├── CPL-ULS_Reduced/
  │ │ ├── ...
  │ │ └── Town10ULS.ply
  │ │ 
  │ └── CPL-MLS_Reduced/
  │   ├── ...
  │   └── Town10MLS.ply

  ├── CPL_ColorMap.xml

  ├── class_mapping.yaml

  └── README.md
```
## Citation