ShixuanAn commited on
Commit
f3ebfb0
1 Parent(s): a387e73

Update RDD_2020.py

Browse files
Files changed (1) hide show
  1. RDD_2020.py +1 -1
RDD_2020.py CHANGED
@@ -169,7 +169,7 @@ class RDD2020_Dataset(datasets.GeneratorBasedBuilder):
169
  "country": country_dir,
170
  "type": split,
171
  "image_path": image_path,
172
- 'image' : img,
173
  "crack_type": crack_type,
174
  "crack_coordinates": crack_coordinates,
175
  }
 
169
  "country": country_dir,
170
  "type": split,
171
  "image_path": image_path,
172
+ "image": img,
173
  "crack_type": crack_type,
174
  "crack_coordinates": crack_coordinates,
175
  }