Unverified Commit 6ac7dac6 authored by Michael Baumgartner's avatar Michael Baumgartner Committed by GitHub
Browse files

Merge pull request #52 from alibool/main

`remove_modality=True` --> `remove_modality=False`
parents 9853d3e4 532aec45
......@@ -115,7 +115,7 @@ def main():
save_json(dataset_info, task_data_dir / "dataset.json")
# prepare data and labels
case_ids = get_case_ids_from_dir(source_data_dir, remove_modality=True)
case_ids = get_case_ids_from_dir(source_data_dir, remove_modality=False)
case_ids = sorted([c for c in case_ids if c])
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