Datasets:
Fix placeholders, add paper link, and update task category
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,44 +1,44 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
num_examples: 2480
|
| 19 |
-
license: cc-by-4.0
|
| 20 |
-
task_categories:
|
| 21 |
-
- visual-question-answering
|
| 22 |
tags:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
---
|
| 28 |
|
| 29 |
# HoloCount: A Holistic Visual Counting Benchmark for MLLMs
|
| 30 |
|
| 31 |
<p align="center">
|
| 32 |
-
<a href="
|
| 33 |
<img src="https://img.shields.io/badge/arXiv-Paper-red" alt="arXiv">
|
| 34 |
</a>
|
| 35 |
<a href="https://huggingface.co/datasets/MM-MVR/HoloCount">
|
| 36 |
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Dataset-yellow" alt="HuggingFace">
|
| 37 |
</a>
|
| 38 |
-
<a href="https://
|
| 39 |
<img src="https://img.shields.io/badge/Project-Page-blue" alt="Project Page">
|
| 40 |
</a>
|
| 41 |
-
<a href="https://github.com/
|
| 42 |
<img src="https://img.shields.io/badge/GitHub-Code-black" alt="GitHub">
|
| 43 |
</a>
|
| 44 |
</p>
|
|
@@ -121,4 +121,4 @@ This dataset is released under the [CC BY 4.0 License](https://creativecommons.o
|
|
| 121 |
|
| 122 |
## Contact
|
| 123 |
|
| 124 |
-
- Jinhong Deng (dengjinhong@meituan.com)
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-text-to-text
|
| 5 |
dataset_info:
|
| 6 |
features:
|
| 7 |
+
- name: image
|
| 8 |
+
dtype: image
|
| 9 |
+
- name: question
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: answer
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: split
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: sample_id
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: image_height
|
| 18 |
+
dtype: int32
|
| 19 |
+
- name: image_width
|
| 20 |
+
dtype: int32
|
| 21 |
num_examples: 2480
|
|
|
|
|
|
|
|
|
|
| 22 |
tags:
|
| 23 |
+
- counting
|
| 24 |
+
- object-counting
|
| 25 |
+
- benchmark
|
| 26 |
+
- multimodal
|
| 27 |
---
|
| 28 |
|
| 29 |
# HoloCount: A Holistic Visual Counting Benchmark for MLLMs
|
| 30 |
|
| 31 |
<p align="center">
|
| 32 |
+
<a href="https://huggingface.co/papers/2607.06420">
|
| 33 |
<img src="https://img.shields.io/badge/arXiv-Paper-red" alt="arXiv">
|
| 34 |
</a>
|
| 35 |
<a href="https://huggingface.co/datasets/MM-MVR/HoloCount">
|
| 36 |
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Dataset-yellow" alt="HuggingFace">
|
| 37 |
</a>
|
| 38 |
+
<a href="https://mm-mvr.github.io/HoloCount/">
|
| 39 |
<img src="https://img.shields.io/badge/Project-Page-blue" alt="Project Page">
|
| 40 |
</a>
|
| 41 |
+
<a href="https://github.com/MM-MVR/HoloCount">
|
| 42 |
<img src="https://img.shields.io/badge/GitHub-Code-black" alt="GitHub">
|
| 43 |
</a>
|
| 44 |
</p>
|
|
|
|
| 121 |
|
| 122 |
## Contact
|
| 123 |
|
| 124 |
+
- Jinhong Deng (dengjinhong@meituan.com)
|