This project focuses on semantic segmentation for the Vision and Cognitive Systems course at UNIPD.
The Kvasir-SEG dataset used in this project can be accessed here: https://datasets.simula.no/kvasir/.
This repository contains the implementation of the following models:
- Attention UNet
- UNet++
Additionally, the final project includes benchmark models such as U-Net and ResUNet, implemented by a colleague (code not included in this repository).
Our experiments demonstrate that UNet++ with augmented data and deep supervision outperforms all other models.
This repository also includes:
We achieved a grade of 29/30 for this project!