The environment.yml file contains the list of packages required to run the code. To create the environment, run the following command:
conda env create -f environment.yml
The dataset used for training, validation, and testing is the Kvasir-SEG dataset. The dataset can be downloaded from here. However, the dataset and the splits are already available in this repository, for reproducibility of our results. It contains 1000 images of the gastrointestinal tract and their corresponding ground truth polyp segmentation masks.