Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: bsd-3-clause
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: bsd-3-clause
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Checkpoitns for LiSu: A Dataset for LiDAR Surface Normal Estimation, CVPR'25
|
| 6 |
+
|
| 7 |
+
<div style="display: flex;">
|
| 8 |
+
<a href="https://github.com/malicd/LiSu" target="_blank">
|
| 9 |
+
<img src="https://img.shields.io/badge/GitHub-%23121011.svg?logo=github&logoColor=white" alt="GitHub">
|
| 10 |
+
</a>
|
| 11 |
+
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/malicd/lisu" style="margin-right: 20px;">
|
| 12 |
+
|
| 13 |
+
<a href="https://arxiv.org/abs/2503.08601" target="_blank">
|
| 14 |
+
<img src="https://img.shields.io/badge/cs-2503.08601-b31b1b?logo=arxiv&logoColor=red" alt="Paper arXiv">
|
| 15 |
+
</a>
|
| 16 |
+
</div>
|
| 17 |
+
LiSu provides synthetic LiDAR point clouds, each annotated with surface normal vectors.
|
| 18 |
+
This dataset is generated using [CARLA](https://github.com/carla-simulator/carla) simulator, ensuring diverse environmental conditions for robust training and evaluation.
|
| 19 |
+
Below is an example from LiSu, where surface normals are linearly mapped to the RGB color space for intuitive visualization:
|
| 20 |
+
<div style="display: flex;">
|
| 21 |
+
<img src="https://raw.githubusercontent.com/malicd/LiSu/refs/heads/master/docs/imgs/ex1.png" style="width: 49%; margin-right: 10px;">
|
| 22 |
+
<img src="https://raw.githubusercontent.com/malicd/LiSu/refs/heads/master/docs/imgs/ex2.png" style="width: 49%;">
|
| 23 |
+
</div>
|