Datasets:
Fix typo
Browse files
CC6204-Hackaton-Cub-Dataset.py
CHANGED
@@ -138,7 +138,7 @@ class CubDataset(datasets.GeneratorBasedBuilder):
|
|
138 |
if file_name.endswith(".jpg"):
|
139 |
yield i, {
|
140 |
"image": path,
|
141 |
-
"description": "lala"
|
142 |
"label": _ID2LABEL[_IMGID2CLASSID[image_idx[i]]],
|
143 |
}
|
144 |
|
|
|
138 |
if file_name.endswith(".jpg"):
|
139 |
yield i, {
|
140 |
"image": path,
|
141 |
+
"description": "lala",
|
142 |
"label": _ID2LABEL[_IMGID2CLASSID[image_idx[i]]],
|
143 |
}
|
144 |
|