📝 In this exercise, you will:
- Prepare the U-Net baseline model and validation dataset.
- Implement and use the Dice coefficient as an evaluation metric for the baseline model.
- Improve metrics by experimenting with: Data augmentations Loss functions (bonus) Group Normalization, U-Net architecture
Please run the setup script to create the environment for this exercise and download data.
source setup.sh
Then run the exercise.ipynb
notebook in your preferred tool.