wmh-segmentation

Automate WMH segmentation on FLAIR and T1w NIfTI pairs via the MARS-WMH nnU-Net Docker container.

78|3|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/CUHK-AIM-Group/NeuroClaw --skill wmh-segmentation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wmh-segmentation
Source: https://github.com/CUHK-AIM-Group/NeuroClaw/tree/main/skills/wmh-segmentation
Command: npx skills add https://github.com/CUHK-AIM-Group/NeuroClaw --skill wmh-segmentation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a safe, reproducible interface to perform automated white matter hyperintensity (WMH) segmentation on structural MRI data by wrapping the MARS-WMH nnU-Net Docker container. It handles input validation, dependency checks, GPU readiness, workspace preparation, and execution orchestration to deliver a ready-to-use segmentation mask with clear reporting.

Core Features & Use Cases

  • Input validation for FLAIR and T1w NIfTI images (no contrast) and co-registration checks.
  • Docker-based WMH segmentation using the official MARS-WMH nnU-Net container with GPU support.
  • End-to-end orchestration: dependency checks, workspace setup, execution, and result reporting for reproducible runs.
  • Use case: a researcher wants to segment WMH on a FLAIR+T1w pair and obtain a NIfTI mask with a deterministic workflow.

Quick Start

Provide paths to your FLAIR and T1w NIfTI images when prompted to run the WMH segmentation workflow.

Frequently Asked Questions about wmh-segmentation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate white matter hyperintensity segmentation on MRI data?

Automate white matter hyperintensity segmentation by providing co-registered FLAIR and T1w NIfTI images to run the MARS-WMH nnU-Net Docker pipeline, which outputs a ready-to-use NIfTI segmentation mask.

Do I need a GPU to run MARS-WMH nnU-Net for WMH segmentation?

Yes, GPU support is required to execute the MARS-WMH nnU-Net Docker container for WMH segmentation, as the pipeline checks for GPU readiness and Docker dependencies before processing your MRI data.

What inputs are required for automated WMH segmentation on structural MRI?

Automated WMH segmentation requires a paired FLAIR and T1w NIfTI image without contrast, which the pipeline validates for format and co-registration before executing the Docker workflow.

How does the MARS-WMH nnU-Net Docker pipeline handle workspace preparation?

The MARS-WMH nnU-Net pipeline orchestrates workspace preparation by validating inputs, checking dependencies, preparing the environment, and executing through claw-shell to ensure a reproducible WMH segmentation run.

What format is the output mask from automated white matter hyperintensity segmentation?

The output format from white matter hyperintensity segmentation is a NIfTI mask, delivered with a structured completion status report and exact output paths for immediate downstream use.

Does this WMH segmentation workflow validate co-registration of FLAIR and T1w images?

Yes, the WMH segmentation workflow validates the co-registration of your FLAIR and T1w NIfTI inputs before executing the MARS-WMH nnU-Net pipeline to ensure accurate processing.