Add task category to dataset card
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
pretty_name: Fire3D Website Examples
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Fire3D Website Examples
|
|
@@ -38,4 +40,4 @@ Please cite Fire3D when using these presentation assets.
|
|
| 38 |
year={2026},
|
| 39 |
url={https://arxiv.org/pdf/2609.08848}
|
| 40 |
}
|
| 41 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
pretty_name: Fire3D Website Examples
|
| 4 |
+
task_categories:
|
| 5 |
+
- image-to-3d
|
| 6 |
---
|
| 7 |
|
| 8 |
# Fire3D Website Examples
|
|
|
|
| 40 |
year={2026},
|
| 41 |
url={https://arxiv.org/pdf/2609.08848}
|
| 42 |
}
|
| 43 |
+
```
|