Skip to content

arunthurai/nnUNet_contact_seg

Repository files navigation

BIDs app for localizing stereoelectroencephalography (SEEG) contact from post-operative CT scans.

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).

uv Installation

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

Using BIDs app

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} 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages