change features to Image()
Browse files
food_vision_199_classes.py
CHANGED
@@ -236,7 +236,7 @@ class Food199(datasets.GeneratorBasedBuilder):
|
|
236 |
description=_DESCRIPTION,
|
237 |
features=datasets.Features(
|
238 |
{
|
239 |
-
"image": datasets.
|
240 |
"label": datasets.ClassLabel(names=_NAMES)
|
241 |
}
|
242 |
),
|
|
|
236 |
description=_DESCRIPTION,
|
237 |
features=datasets.Features(
|
238 |
{
|
239 |
+
"image": datasets.Image(),
|
240 |
"label": datasets.ClassLabel(names=_NAMES)
|
241 |
}
|
242 |
),
|