Tramac / awesome-semantic-segmentation-pytorch

Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
Apache License 2.0
2.8k stars 581 forks source link

Pretrained Model for DeepLabv3 - resnet50 #117

Closed mowolf closed 4 years ago

mowolf commented 4 years ago

Hey,

Can you provide the pretrained xception network that is compatible with this implementation?

I searched and could find this one https://github.com/Cadene/pretrained-models.pytorch/blob/master/pretrainedmodels/models/xception.py#L37 but this is not compatible with the deeplab impementation.

Can anyone provide a link to a pretrained version?

mowolf commented 4 years ago

61 I assume there are no pretrained models.