Rename Tuberculosis_ataset.py to Tuberculosis_Dataset.py
Browse files
Tuberculosis_ataset.py → Tuberculosis_Dataset.py
RENAMED
@@ -80,7 +80,7 @@ class TuberculosisDataset(GeneratorBasedBuilder):
|
|
80 |
|
81 |
# Yield examples
|
82 |
for idx, row in merged_df.iterrows():
|
83 |
-
image_file = image_file_paths.get(row["
|
84 |
|
85 |
yield idx, {
|
86 |
"case_id": row["case_id"],
|
|
|
80 |
|
81 |
# Yield examples
|
82 |
for idx, row in merged_df.iterrows():
|
83 |
+
image_file = image_file_paths.get(row["pmcid"])
|
84 |
|
85 |
yield idx, {
|
86 |
"case_id": row["case_id"],
|