sanak commited on
Commit
7737326
·
1 Parent(s): 58d2a25

Update IDD.py

Browse files
Files changed (1) hide show
  1. IDD.py +1 -1
IDD.py CHANGED
@@ -119,7 +119,7 @@ class IDD(datasets.GeneratorBasedBuilder):
119
  #itrate trough images
120
  from file_path , image in images:
121
  yield idx, {
122
- "image": {"filepath": file_path, 'image': image.read()},
123
  }
124
  idx += 1
125
 
 
119
  #itrate trough images
120
  from file_path , image in images:
121
  yield idx, {
122
+ "image": {"filepath": file_path, 'image': image.read()}
123
  }
124
  idx += 1
125