jedyang97 commited on
Commit
b106097
β€’
2 Parent(s): 801cdff e0005c7

Merge branch 'main' of hf.co:spaces/jedyang97/3D-GRAND into main

Browse files
Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -1,13 +1,24 @@
1
  ---
2
- title: 3D GRAND
3
- emoji: 🐒
4
- colorFrom: blue
5
- colorTo: pink
6
  sdk: gradio
7
  sdk_version: 4.36.1
8
  app_file: app.py
9
- pinned: false
10
  license: cc-by-4.0
 
11
  ---
 
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
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
+ ```