This repository contains some FCN-based models and the pipeline of training and evaluating models.
- Vanilla FCN: FCN32, FCN16, FCN8, in the versions of VGG19, ResNet152 and DenseNet201 respectively.
- U-Net
- SegNet
- Modify the configuration.py according to the hint in it.
- Run split_train_val.py.
- Set your model and training parameters in train.py and then run.
- Weight initialization is very important, without which the training even cannot converge no matter what learning rate is used.
- PSPNet
- DeepLab
- CRFAsRNN
- More dataset
- And so on