Datasets:
updated readme
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ dataset_info:
|
|
36 |
dtype: string
|
37 |
description: "File path to the image."
|
38 |
- name: image
|
39 |
-
dtype:
|
40 |
description: "Image data loaded directly from file."
|
41 |
- name: label
|
42 |
dtype:
|
@@ -76,7 +76,7 @@ dataset_info:
|
|
76 |
dtype: string
|
77 |
description: "File path to the image."
|
78 |
- name: image
|
79 |
-
dtype:
|
80 |
description: "Image data loaded directly from file."
|
81 |
- name: label
|
82 |
dtype:
|
@@ -110,7 +110,7 @@ dataset_info:
|
|
110 |
dtype: string
|
111 |
description: "File path to the image."
|
112 |
- name: image
|
113 |
-
dtype:
|
114 |
description: "Image data loaded directly from file."
|
115 |
- name: label
|
116 |
dtype:
|
|
|
36 |
dtype: string
|
37 |
description: "File path to the image."
|
38 |
- name: image
|
39 |
+
dtype: Image
|
40 |
description: "Image data loaded directly from file."
|
41 |
- name: label
|
42 |
dtype:
|
|
|
76 |
dtype: string
|
77 |
description: "File path to the image."
|
78 |
- name: image
|
79 |
+
dtype: Image
|
80 |
description: "Image data loaded directly from file."
|
81 |
- name: label
|
82 |
dtype:
|
|
|
110 |
dtype: string
|
111 |
description: "File path to the image."
|
112 |
- name: image
|
113 |
+
dtype: Image
|
114 |
description: "Image data loaded directly from file."
|
115 |
- name: label
|
116 |
dtype:
|