Datasets:
fix: bug
Browse files
portrait_and_26_photos.py
CHANGED
|
@@ -95,7 +95,7 @@ class PortraitAnd26Photos(datasets.GeneratorBasedBuilder):
|
|
| 95 |
data = {
|
| 96 |
row[5]: {
|
| 97 |
'path': row[6],
|
| 98 |
-
'bytes':
|
| 99 |
} for row in annotation.itertuples()
|
| 100 |
}
|
| 101 |
|
|
|
|
| 95 |
data = {
|
| 96 |
row[5]: {
|
| 97 |
'path': row[6],
|
| 98 |
+
'bytes': row[7]
|
| 99 |
} for row in annotation.itertuples()
|
| 100 |
}
|
| 101 |
|