IanTaehoonYoo / semantic-segmentation-pytorch

Pytorch implementation of FCN, UNet, PSPNet, and various encoder models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

LeeNannaner opened this issue · comments

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?