# nnunet **Repository Path**: torwayland/nnunet ## Basic Information - **Project Name**: nnunet - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-17 - **Last Updated**: 2024-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nnUNet 使用 nnUNet进行模型训练与比对 > https://github.com/MIC-DKFZ/nnUNet/tree/master ## 安装依赖 ```bash # python 与 pytorch环境要提前手动安装 bash ./install.sh ``` ## 数据准备 1. 在 `data/data_set_name` 中放置原始数据 2. 运行 `./tools/dataconvert.py` 将数据组织为 nnunet需要的格式,存储在`data/nnUNet/nnUNet_raw` 中 ## 模型训练 ```bash bash ./run.sh ``` ## 模型推理(评估测试集中的效果)