vedaseg is an open source semantic segmentation toolbox based on PyTorch.
Features
Modular Design:
We decompose the semantic segmentation framework into different components. The flexible and extensible design make it easy to implement a customized semantic segmentation project by combining different modules like building Lego.
Support of several popular frameworks:
The toolbox supports several popular and semantic segmentation frameworks out of box,e.g.DeepLabv3+, DeepLabv3, UNet, PSPNet, FPN, etc.
Benchmark and model zoo
Note: All models are trained only on PASCAL VOC 2012 trainaug dataset and evaluated on PASCAL VOC 2012 val dataset.