doiken23 / DeepLab_pytorch

Repository for DeepLab family
MIT License
82 stars 15 forks source link

Pretrained model #7

Open tarun005 opened 4 years ago

tarun005 commented 4 years ago

what is the pretrained model for DeepLabV3 trained on?

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

doiken23 commented 4 years ago

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.