Uses the nnUNetv2 framework (https://github.com/MIC-DKFZ/nnUNet) to train a 3D U-Net model. Incorporates the Snakemake/SnakeBIDS workflow management tools.
Project is managed with uv (https://github.com/astral-sh/uv).
Install uv with our standalone installers:
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Or, from PyPI:
# With pip.
pip install uv
# Or pipx.
pipx install uv
try 'uv run' followed by SnakeBIDs/BIDs app syntax
# On macOS and Linux.
uv run run.py {/path/to/bids/dir} {/path/to/derivatives/dir}