Spaces:
Build error
Build error
Merge branch 'main' of hf.co:spaces/jedyang97/3D-GRAND into main
Browse files
README.md
CHANGED
|
@@ -1,13 +1,24 @@
|
|
| 1 |
---
|
| 2 |
-
title: 3D
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.36.1
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: cc-by-4.0
|
|
|
|
| 11 |
---
|
|
|
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: '3D-GRAND: Densely-Grounded 3D-LLM'
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: pink
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.36.1
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
license: cc-by-4.0
|
| 11 |
+
short_description: A 3D-LLM that connects text output to the 3D world.
|
| 12 |
---
|
| 13 |
+
This is a demo of a 3D-LLM trained from the 3D-GRAND dataset introduced in: ["3D-GRAND: A Million-Scale Dataset for 3D-LLMs with Better Grounding and Less Hallucination"](https://arxiv.org/abs/2406.05132)
|
| 14 |
|
| 15 |
+
```
|
| 16 |
+
@misc{yang20243dgrand,
|
| 17 |
+
title={3D-GRAND: A Million-Scale Dataset for 3D-LLMs with Better Grounding and Less Hallucination},
|
| 18 |
+
author={Jianing Yang and Xuweiyi Chen and Nikhil Madaan and Madhavan Iyengar and Shengyi Qian and David F. Fouhey and Joyce Chai},
|
| 19 |
+
year={2024},
|
| 20 |
+
eprint={2406.05132},
|
| 21 |
+
archivePrefix={arXiv},
|
| 22 |
+
primaryClass={cs.CV}
|
| 23 |
+
}
|
| 24 |
+
```
|