IanTaehoonYoo / semantic-segmentation-pytorch

Pytorch implementation of FCN, UNet, PSPNet, and various encoder models.
MIT License
86 stars 19 forks source link

pspnet's encoder (resnet50) need dilation, however, I didn't find it. #17

Open LeeNannaner opened 3 years ago

LeeNannaner commented 3 years ago

Dear sir, I study your code for a long time, thanks for your contribution. Nearly, I find pspnet's encoder (resnet50) need dilation, however, I didn't find it.Do you write it or just ignore it?