alkzar90 commited on
Commit
e38c058
·
1 Parent(s): 29ec922

check unindent error

Browse files
Files changed (1) hide show
  1. NIH-Chest-X-ray-dataset.py +8 -7
NIH-Chest-X-ray-dataset.py CHANGED
@@ -128,13 +128,14 @@ class ChestXray14(datasets.GeneratorBasedBuilder):
128
 
129
  if self.config.name == "object-detection":
130
  features = datasets.Features(
131
- {
132
- "image_id": datasets.Value("string"),
133
- "patient_id": datasets.Value("int32"),
134
- "image": datasets.Image(),
135
- "width": datasets.Value("int32"),
136
- "height": datasets.Value("int32"),
137
- })
 
138
  object_dict = {
139
  "image_id": datasets.Value("string"),
140
  "area": datasets.Value("int64"),
 
128
 
129
  if self.config.name == "object-detection":
130
  features = datasets.Features(
131
+ {
132
+ "image_id": datasets.Value("string"),
133
+ "patient_id": datasets.Value("int32"),
134
+ "image": datasets.Image(),
135
+ "width": datasets.Value("int32"),
136
+ "height": datasets.Value("int32"),
137
+ }
138
+ )
139
  object_dict = {
140
  "image_id": datasets.Value("string"),
141
  "area": datasets.Value("int64"),