Unverified Commit 532aec45 authored by alibool's avatar alibool Committed by GitHub
Browse files

`remove_modality=True` --> `remove_modality=False`

parent 9853d3e4
...@@ -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=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]) 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