Commit
·
e684335
1
Parent(s):
7d738c4
Update msynth.py
Browse files
msynth.py
CHANGED
|
@@ -341,8 +341,7 @@ class msynth(datasets.GeneratorBasedBuilder):
|
|
| 341 |
res_dic["Raw"] = path
|
| 342 |
res_dic["mhd"] = self.get_support_file_path(path, "mhd")
|
| 343 |
res_dic["loc"] = self.get_support_file_path(path, "loc")
|
| 344 |
-
|
| 345 |
-
res_dic["dcm"] = self.get_support_file_path(path, "dcm")
|
| 346 |
res_dic["density"] = breast_density
|
| 347 |
res_dic["mass_radius"] = matched_text
|
| 348 |
|
|
|
|
| 341 |
res_dic["Raw"] = path
|
| 342 |
res_dic["mhd"] = self.get_support_file_path(path, "mhd")
|
| 343 |
res_dic["loc"] = self.get_support_file_path(path, "loc")
|
| 344 |
+
res_dic["dcm"] = self.get_support_file_path(path, "dcm")
|
|
|
|
| 345 |
res_dic["density"] = breast_density
|
| 346 |
res_dic["mass_radius"] = matched_text
|
| 347 |
|