Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
---
|
8 |
+
## Dataset Details
|
9 |
+
|
10 |
+
**Dataset type:**
|
11 |
+
This is the nu-Grounding dataset, a QA dataset designed for training MLLM models for grounding in autonomous driving scenarios. This QA dataset is built upon the NuScenes dataset.
|
12 |
+
|
13 |
+
**Where to send questions or comments about the model:**
|
14 |
+
https://github.com/Yangsenqiao/LiDAR-LLM
|
15 |
+
|
16 |
+
**Project Page:**
|
17 |
+
https://sites.google.com/view/lidar-llm
|
18 |
+
|
19 |
+
**Paper:**
|
20 |
+
https://arxiv.org/abs/2312.14074
|
21 |
+
|