Add task category and link to code
Browse filesThis PR adds the `image-text-to-3d` task category, as well as a link to the code repository. Also, it changes the size category from 100B<n<1T to 100M<n<1B.
README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
---
|
| 2 |
size_categories:
|
| 3 |
-
-
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Dataset Card for LiveScene
|
|
@@ -21,6 +23,7 @@ The dataset consists of two parts: the **InterReal** dataset, which was captured
|
|
| 21 |
|
| 22 |
- **[Paper](https://arxiv.org/abs/2406.16038)**
|
| 23 |
- **[Demo](https://livescenes.github.io/)**
|
|
|
|
| 24 |
|
| 25 |
## Uses
|
| 26 |
|
|
@@ -126,4 +129,4 @@ If you find our work useful, please consider citing us!
|
|
| 126 |
year = {2024},
|
| 127 |
journal = {arXiv preprint arXiv:2406.16038}
|
| 128 |
}
|
| 129 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
size_categories:
|
| 3 |
+
- 100M<n<1B
|
| 4 |
+
task_categories:
|
| 5 |
+
- image-text-to-3d
|
| 6 |
---
|
| 7 |
|
| 8 |
# Dataset Card for LiveScene
|
|
|
|
| 23 |
|
| 24 |
- **[Paper](https://arxiv.org/abs/2406.16038)**
|
| 25 |
- **[Demo](https://livescenes.github.io/)**
|
| 26 |
+
- **[Code](https://github.com/Tavish9/livescene)**
|
| 27 |
|
| 28 |
## Uses
|
| 29 |
|
|
|
|
| 129 |
year = {2024},
|
| 130 |
journal = {arXiv preprint arXiv:2406.16038}
|
| 131 |
}
|
| 132 |
+
```
|