This repository has an implementation for FCNs and PSPNet. For PSPNet, using the pre-trained ResNet-101, provided by Tensorflow models library. There are three variants of PSPNet being implemented:
- with atrous convolutions
- with normal convolutions
- with atrous convolutions + focal loss
- The dataset used is the augmented Pascal-VOC dataset
- Cityscapes Note: The dataset should be placed outside this repo folder.