Add task category and clean YAML metadata
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: CaptureGuide-Bench
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- zh
|
| 6 |
license: other
|
| 7 |
size_categories:
|
| 8 |
- n<1K
|
|
|
|
|
|
|
|
|
|
| 9 |
tags:
|
| 10 |
- image
|
| 11 |
- benchmark
|
|
@@ -15,7 +17,6 @@ tags:
|
|
| 15 |
- composition-recommendation
|
| 16 |
- pose-recommendation
|
| 17 |
- capture-time-guidance
|
| 18 |
-
- arxiv:2606.25763
|
| 19 |
viewer: false
|
| 20 |
---
|
| 21 |
|
|
@@ -160,4 +161,4 @@ If you use CaptureGuide-Bench, please cite:
|
|
| 160 |
|
| 161 |
## License
|
| 162 |
|
| 163 |
-
The benchmark is released for research use. Please check the project repository and dataset repository for the latest license and usage terms.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- zh
|
| 5 |
license: other
|
| 6 |
size_categories:
|
| 7 |
- n<1K
|
| 8 |
+
pretty_name: CaptureGuide-Bench
|
| 9 |
+
task_categories:
|
| 10 |
+
- image-text-to-text
|
| 11 |
tags:
|
| 12 |
- image
|
| 13 |
- benchmark
|
|
|
|
| 17 |
- composition-recommendation
|
| 18 |
- pose-recommendation
|
| 19 |
- capture-time-guidance
|
|
|
|
| 20 |
viewer: false
|
| 21 |
---
|
| 22 |
|
|
|
|
| 161 |
|
| 162 |
## License
|
| 163 |
|
| 164 |
+
The benchmark is released for research use. Please check the project repository and dataset repository for the latest license and usage terms.
|