The project currently adheres to the following structure:
- Python files (
.py) live in thecodedirectory - Jupyter notebooks (
.ipynb) live in thenotebooksdirectory - Datasets are placed in the
datadirectory, with the following structure:data{dataset_name_1}img{image_file_name_1}.jpg{image_file_name_2}.jpg- ...
{image_file_name_n}.jpg
gt{ground_truth_segmentation_file_name_1}.png{ground_truth_segmentation_file_name_2}.png- ...
{ground_truth_segmentation_file_name_n}.png
{dataset_name_2}- ...