Commit d139b97e authored by mibaumgartner's avatar mibaumgartner
Browse files
parents 955dd5de 3416b80c
...@@ -115,7 +115,7 @@ def main(): ...@@ -115,7 +115,7 @@ def main():
save_json(dataset_info, task_data_dir / "dataset.json") save_json(dataset_info, task_data_dir / "dataset.json")
# prepare data and labels # prepare data and labels
case_ids = get_case_ids_from_dir(source_data_dir, remove_modality=False) case_ids = get_case_ids_from_dir(source_data_dir, remove_modality=True)
case_ids = sorted([c for c in case_ids if c]) case_ids = sorted([c for c in case_ids if c])
logger.info(f"Found {len(case_ids)} for preparation.") logger.info(f"Found {len(case_ids)} for preparation.")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment