Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -25,6 +25,45 @@ configs:
|
|
25 |
- objects
|
26 |
- question_answers
|
27 |
- region_descriptions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
# Dataset Card for Visual Genome
|
@@ -457,4 +496,4 @@ Visual Genome by Ranjay Krishna is licensed under a Creative Commons Attribution
|
|
457 |
|
458 |
Due to limitation of the dummy_data creation, we provide a `fix_generated_dummy_data.py` script that fix the dataset in-place.
|
459 |
|
460 |
-
Thanks to [@thomasw21](https://github.com/thomasw21) for adding this dataset.
|
|
|
25 |
- objects
|
26 |
- question_answers
|
27 |
- region_descriptions
|
28 |
+
dataset_info:
|
29 |
+
features:
|
30 |
+
- name: image
|
31 |
+
dtype: image
|
32 |
+
- name: image_id
|
33 |
+
dtype: int32
|
34 |
+
- name: url
|
35 |
+
dtype: string
|
36 |
+
- name: width
|
37 |
+
dtype: int32
|
38 |
+
- name: height
|
39 |
+
dtype: int32
|
40 |
+
- name: coco_id
|
41 |
+
dtype: int64
|
42 |
+
- name: flickr_id
|
43 |
+
dtype: int64
|
44 |
+
- name: regions
|
45 |
+
list:
|
46 |
+
- name: region_id
|
47 |
+
dtype: int32
|
48 |
+
- name: image_id
|
49 |
+
dtype: int32
|
50 |
+
- name: phrase
|
51 |
+
dtype: string
|
52 |
+
- name: x
|
53 |
+
dtype: int32
|
54 |
+
- name: y
|
55 |
+
dtype: int32
|
56 |
+
- name: width
|
57 |
+
dtype: int32
|
58 |
+
- name: height
|
59 |
+
dtype: int32
|
60 |
+
config_name: region_descriptions_v1.0.0
|
61 |
+
splits:
|
62 |
+
- name: train
|
63 |
+
num_bytes: 260873884
|
64 |
+
num_examples: 108077
|
65 |
+
download_size: 15304605295
|
66 |
+
dataset_size: 260873884
|
67 |
---
|
68 |
|
69 |
# Dataset Card for Visual Genome
|
|
|
496 |
|
497 |
Due to limitation of the dummy_data creation, we provide a `fix_generated_dummy_data.py` script that fix the dataset in-place.
|
498 |
|
499 |
+
Thanks to [@thomasw21](https://github.com/thomasw21) for adding this dataset.
|