Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- 3D point clouds
|
5 |
+
- reconstruction
|
6 |
+
- ply
|
7 |
+
---
|
8 |
+
|
9 |
+
# Repo Info
|
10 |
+
|
11 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
12 |
+
|
13 |
+
This repo stores checkpoints for the paper:
|
14 |
+
|
15 |
+
[**ScoreLiDAR: Distilling Diffusion Models to Efficient 3D LiDAR Scene Completion**](https://arxiv.org/abs/2412.03515)
|
16 |
+
|
17 |
+
For more information and detailed usage, please refer to [this repo](https://github.com/happyw1nd/ScoreLiDAR).
|
18 |
+
|