isaaccorley / torchseg

Segmentation models with pretrained backbones. PyTorch.
MIT License
104 stars 8 forks source link

Add UperNet #8

Open isaaccorley opened 9 months ago

isaaccorley commented 9 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.