Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -2,41 +2,30 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
dataset_info:
|
| 4 |
features:
|
| 5 |
-
- name: id
|
| 6 |
-
dtype: string
|
| 7 |
-
- name: image_path
|
| 8 |
-
dtype: string
|
| 9 |
-
- name: dialog
|
| 10 |
-
sequence:
|
| 11 |
-
sequence: string
|
| 12 |
-
- name: bbox
|
| 13 |
-
sequence: float32
|
| 14 |
-
- name: class
|
| 15 |
-
dtype: string
|
| 16 |
- name: status
|
| 17 |
dtype: string
|
| 18 |
-
- name: questioner_id
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: picture_id
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: timestamp
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: object_id
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: dialogue_id
|
| 27 |
-
dtype: string
|
| 28 |
- name: picture
|
| 29 |
struct:
|
|
|
|
|
|
|
| 30 |
- name: file_name
|
| 31 |
dtype: string
|
| 32 |
- name: flickr_url
|
| 33 |
dtype: string
|
| 34 |
-
- name: coco_url
|
| 35 |
-
dtype: string
|
| 36 |
-
- name: width
|
| 37 |
-
dtype: int32
|
| 38 |
- name: height
|
| 39 |
dtype: int32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
- name: objects
|
| 41 |
list:
|
| 42 |
- name: area
|
|
@@ -46,26 +35,37 @@ dataset_info:
|
|
| 46 |
- name: category
|
| 47 |
dtype: string
|
| 48 |
- name: category_id
|
| 49 |
-
dtype:
|
| 50 |
- name: iscrowd
|
| 51 |
dtype: bool
|
| 52 |
- name: object_id
|
| 53 |
-
dtype:
|
| 54 |
- name: segment
|
| 55 |
sequence:
|
| 56 |
sequence: float32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
splits:
|
| 58 |
- name: train
|
| 59 |
-
num_bytes:
|
| 60 |
num_examples: 108860
|
| 61 |
-
- name: validation
|
| 62 |
-
num_bytes: 62164890
|
| 63 |
-
num_examples: 23305
|
| 64 |
- name: test
|
| 65 |
-
num_bytes:
|
| 66 |
num_examples: 23115
|
| 67 |
-
|
| 68 |
-
|
|
|
|
|
|
|
|
|
|
| 69 |
---
|
| 70 |
|
| 71 |
-
Origin dataset can be accessed from [here](https://github.com/GuessWhatGame/guesswhat).
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
dataset_info:
|
| 4 |
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
- name: status
|
| 6 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
- name: picture
|
| 8 |
struct:
|
| 9 |
+
- name: coco_url
|
| 10 |
+
dtype: string
|
| 11 |
- name: file_name
|
| 12 |
dtype: string
|
| 13 |
- name: flickr_url
|
| 14 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
- name: height
|
| 16 |
dtype: int32
|
| 17 |
+
- name: width
|
| 18 |
+
dtype: int32
|
| 19 |
+
- name: picture_id
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: questioner_id
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: timestamp
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: object_id
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: dialogue_id
|
| 28 |
+
dtype: string
|
| 29 |
- name: objects
|
| 30 |
list:
|
| 31 |
- name: area
|
|
|
|
| 35 |
- name: category
|
| 36 |
dtype: string
|
| 37 |
- name: category_id
|
| 38 |
+
dtype: string
|
| 39 |
- name: iscrowd
|
| 40 |
dtype: bool
|
| 41 |
- name: object_id
|
| 42 |
+
dtype: string
|
| 43 |
- name: segment
|
| 44 |
sequence:
|
| 45 |
sequence: float32
|
| 46 |
+
- name: id
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: dialog
|
| 49 |
+
sequence:
|
| 50 |
+
sequence: string
|
| 51 |
+
- name: bbox
|
| 52 |
+
sequence: float32
|
| 53 |
+
- name: class
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: image
|
| 56 |
+
dtype: string
|
| 57 |
splits:
|
| 58 |
- name: train
|
| 59 |
+
num_bytes: 294696881
|
| 60 |
num_examples: 108860
|
|
|
|
|
|
|
|
|
|
| 61 |
- name: test
|
| 62 |
+
num_bytes: 62913560
|
| 63 |
num_examples: 23115
|
| 64 |
+
- name: validation
|
| 65 |
+
num_bytes: 63213771
|
| 66 |
+
num_examples: 23305
|
| 67 |
+
download_size: 248930878
|
| 68 |
+
dataset_size: 420824212
|
| 69 |
---
|
| 70 |
|
| 71 |
+
Origin dataset can be accessed from [here](https://github.com/GuessWhatGame/guesswhat).
|