- Cityscapes
- PascalVOC 2012
- CamVid
pip install -r requirements.txt
Follow steps in dataset_preprocess
and accumulate the data in a particular directory structure. To test with other datasets, you will need to follow the same directory structure as mentioned in dataset_preprocess
.
-
Unet (tested with all datasets). Follow these materials to get a better understanding of the Unet architecture:
-
DeepLabv3 model (tested only for PascalVOC 2012 dataset). To know about DeepLabv3 architecture, follow these materials:
Run the notebook segmentation.ipynb
in steps to get the desired results. To run with DeepLab, run the notebook DeepLab/segmentation.ipynb
.