Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ dataset_info:
|
|
| 19 |
dtype: string
|
| 20 |
- name: image_id
|
| 21 |
dtype: string
|
| 22 |
-
- name:
|
| 23 |
dtype: string
|
| 24 |
- name: image_path
|
| 25 |
dtype: string
|
|
@@ -83,7 +83,7 @@ This section describes suitable use cases for the dataset.
|
|
| 83 |
|
| 84 |
"image_id": datasets.Value("string")
|
| 85 |
|
| 86 |
-
"number":datasets.Value("int32")
|
| 87 |
|
| 88 |
"image": datasets.Image()
|
| 89 |
|
|
|
|
| 19 |
dtype: string
|
| 20 |
- name: image_id
|
| 21 |
dtype: string
|
| 22 |
+
- name: number
|
| 23 |
dtype: string
|
| 24 |
- name: image_path
|
| 25 |
dtype: string
|
|
|
|
| 83 |
|
| 84 |
"image_id": datasets.Value("string")
|
| 85 |
|
| 86 |
+
"number" - folder number:datasets.Value("int32")
|
| 87 |
|
| 88 |
"image": datasets.Image()
|
| 89 |
|