This repository includes the PyTorch implementation of SegNet and Bayes SegNet.
TBD
The models are tested on the CamVid dataset from SegNet-Tutorial.
python train.py --data-path <Path to CamVid dataset> --device <cpu|cuda:x>
Model | Class Avg. | mIoU |
---|---|---|
SegNet | 70.30% | 53.30% |
Bayes SegNet | 76.78% | 60.72% |