bubbliiiing/deeplabv3-plus-pytorch
PyTorch implementation of the DeepLabv3+ encoder-decoder architecture for semantic image segmentation.

Velocity · 7d
+0.7
★ / day
Trend
→steady
star history
This repository provides a complete implementation of DeepLabv3+ in PyTorch, a semantic segmentation model using atrous separable convolutions. It supports multiple backbone networks including MobileNetV2 and Xception, includes training scripts with configurable learning rate schedulers and optimizers, prediction utilities, and mIOU evaluation on datasets like VOC12+SBD.