DeepLab_pytorch icon indicating copy to clipboard operation
DeepLab_pytorch copied to clipboard

Pretrained model

Open tarun005 opened this issue 5 years ago • 1 comments

what is the pretrained model for DeepLabV3 trained on?

https://github.com/doiken23/DeepLab_pytorch/blob/cdee2b098c69141960fc757f04e70c6658bd6de4/DeepLab_v3.py#L9

tarun005 avatar May 20 '20 01:05 tarun005

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.

doiken23 avatar May 20 '20 02:05 doiken23