isaaccorley / torchseg

Segmentation models with pretrained backbones. PyTorch.
MIT License
91 stars 7 forks source link

Add UperNet #8

Open isaaccorley opened 4 months ago

isaaccorley commented 4 months ago

The UperNet architecture from the paper "Unified Perceptual Parsing for Scene Understanding" Xiao et al. is commonly used as a decoder in modern segmentation experiments. We should add this as a decoder.