Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,34 +1,47 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: other
|
| 3 |
-
license_name: multiid-2m
|
| 4 |
-
license_link: LICENSE
|
| 5 |
-
dataset_info:
|
| 6 |
-
features:
|
| 7 |
-
- name: ID
|
| 8 |
-
dtype: string
|
| 9 |
-
- name: GT
|
| 10 |
-
dtype: image
|
| 11 |
-
- name: input_images
|
| 12 |
-
sequence: image
|
| 13 |
-
- name: prompt
|
| 14 |
-
dtype: string
|
| 15 |
-
- name: task_type
|
| 16 |
-
dtype: string
|
| 17 |
-
- name: bboxes
|
| 18 |
-
dtype: string
|
| 19 |
-
- name: subset
|
| 20 |
-
dtype: string
|
| 21 |
-
- name: num_persons
|
| 22 |
-
dtype: int32
|
| 23 |
-
splits:
|
| 24 |
-
- name: train
|
| 25 |
-
num_bytes: 194376894.0
|
| 26 |
-
num_examples: 433
|
| 27 |
-
download_size: 183022320
|
| 28 |
-
dataset_size: 194376894.0
|
| 29 |
-
configs:
|
| 30 |
-
- config_name: default
|
| 31 |
-
data_files:
|
| 32 |
-
- split: train
|
| 33 |
-
path: data/train-*
|
| 34 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: multiid-2m
|
| 4 |
+
license_link: LICENSE
|
| 5 |
+
dataset_info:
|
| 6 |
+
features:
|
| 7 |
+
- name: ID
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: GT
|
| 10 |
+
dtype: image
|
| 11 |
+
- name: input_images
|
| 12 |
+
sequence: image
|
| 13 |
+
- name: prompt
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: task_type
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: bboxes
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: subset
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: num_persons
|
| 22 |
+
dtype: int32
|
| 23 |
+
splits:
|
| 24 |
+
- name: train
|
| 25 |
+
num_bytes: 194376894.0
|
| 26 |
+
num_examples: 433
|
| 27 |
+
download_size: 183022320
|
| 28 |
+
dataset_size: 194376894.0
|
| 29 |
+
configs:
|
| 30 |
+
- config_name: default
|
| 31 |
+
data_files:
|
| 32 |
+
- split: train
|
| 33 |
+
path: data/train-*
|
| 34 |
+
---
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
# MultiID-Bench in WithAnyone
|
| 38 |
+
|
| 39 |
+
[](https://arxiv.org/abs/)
|
| 40 |
+
[](https://doby-xu.github.io/WithAnyone/)
|
| 41 |
+
[](https://github.com/Doby-Xu/WithAnyone)
|
| 42 |
+
[](https://huggingface.co/WithAnyone/WithAnyone)
|
| 43 |
+
[](https://huggingface.co/datasets/WithAnyone/MultiID-Bench)
|
| 44 |
+
[](https://huggingface.co/datasets/WithAnyone/MultiID-2M)
|
| 45 |
+
[](https://www.apache.org/licenses/LICENSE-2.0)
|
| 46 |
+
|
| 47 |
+
Please refer to  for the usage of this benchmark.
|