File size: 1,285 Bytes
cfff02a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
license: bsd-3-clause
---

# Checkpoitns for LiSu: A Dataset for LiDAR Surface Normal Estimation, CVPR'25

<div style="display: flex;">
  <a href="https://github.com/malicd/LiSu" target="_blank">
    <img src="https://img.shields.io/badge/GitHub-%23121011.svg?logo=github&logoColor=white" alt="GitHub">
  </a>
  <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/malicd/lisu" style="margin-right: 20px;">

  <a href="https://arxiv.org/abs/2503.08601" target="_blank">
    <img src="https://img.shields.io/badge/cs-2503.08601-b31b1b?logo=arxiv&logoColor=red" alt="Paper arXiv">
  </a>
</div>
LiSu provides synthetic LiDAR point clouds, each annotated with surface normal vectors.
This dataset is generated using [CARLA](https://github.com/carla-simulator/carla) simulator, ensuring diverse environmental conditions for robust training and evaluation.
Below is an example from LiSu, where surface normals are linearly mapped to the RGB color space for intuitive visualization:
<div style="display: flex;">
  <img src="https://raw.githubusercontent.com/malicd/LiSu/refs/heads/master/docs/imgs/ex1.png" style="width: 49%; margin-right: 10px;">
  <img src="https://raw.githubusercontent.com/malicd/LiSu/refs/heads/master/docs/imgs/ex2.png" style="width: 49%;">
</div>