def convert_msd_dataset(source_folder: str, overwrite_target_id: Optional[int] = None, num_processes: int = default_num_processes) -> None: # 定义函数convert_msd_dataset,用于转换MSD数据集 if source_folder.endswith('/') or source_folder.endswith('\\'): # 如果源文件夹路径以斜杠结尾 so...
Breadcrumbs nnUNet /documentation / convert_msd_dataset.md Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Preview Code Blame 3 lines (2 loc) · 99 Bytes Raw Use nnUNetv2_convert_MSD_dataset. Read nnUNetv2_convert_MSD_dataset -h for ...