DeepLab_pytorch
DeepLab_pytorch copied to clipboard
Pretrained model
what is the pretrained model for DeepLabV3 trained on?
https://github.com/doiken23/DeepLab_pytorch/blob/cdee2b098c69141960fc757f04e70c6658bd6de4/DeepLab_v3.py#L9
It is ResNet pretrained with ImageNet. (officially provided by PyTorch community)
Actually, the official implementation of DeepLab is available, maybe it is better than my implementation.