Getting Started with nnU-Net
masternnU-Net is a semantic segmentation framework that automatically adapts its pipeline to a dataset by analyzing training data, creating a dataset fingerprint, and configuring U-Net variants.
Key workflows include:
- Dataset Preparation: Preparing your data for the framework.
- Training: Running the training workflow to build models.
- Inference: Using trained models to segment new data.
If you are using the older version (v1), please use the dedicated v1 branch or consult the migration guide.