WithAnyone commited on
Commit
4a9fbd1
·
verified ·
1 Parent(s): 91dfbdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -34
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
+ [![arXiv](https://img.shields.io/badge/arXiv-coming_soon-b31b1b.svg)](https://arxiv.org/abs/)
40
+ [![Project Page](https://img.shields.io/badge/Project-Page-blue.svg)](https://doby-xu.github.io/WithAnyone/)
41
+ [![Code](https://img.shields.io/badge/GitHub-Code-blue.svg)](https://github.com/Doby-Xu/WithAnyone)
42
+ [![HuggingFace](https://img.shields.io/badge/HuggingFace-Model-yellow.svg)](https://huggingface.co/WithAnyone/WithAnyone)
43
+ [![MultiID-Bench](https://img.shields.io/badge/MultiID-Bench-Green.svg)](https://huggingface.co/datasets/WithAnyone/MultiID-Bench)
44
+ [![MultiID-2M](https://img.shields.io/badge/MultiID_2M-Dataset-Green.svg)](https://huggingface.co/datasets/WithAnyone/MultiID-2M)
45
+ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
46
+
47
+ Please refer to ![GitHub repo](https://github.com/Doby-Xu/WithAnyone) for the usage of this benchmark.