zijundeng / pytorch-semantic-segmentation

PyTorch for Semantic Segmentation
MIT License
1.72k stars 395 forks source link

DUC_HDC perfoemance #39

Open InstantWindy opened 6 years ago

InstantWindy commented 6 years ago

Hello! Do you use the 'DUC_HDC‘’ model train the Voc2012 dataset? I use it ,but I found the result was not good, it appears the griding situation,But it should not be the case, because the model is the solution to the grid phenomenon.I don't why ,could you help me? Thanks!

fuzailpalnak commented 6 years ago

try changing the dilation rate parameter to Dilation-RF or Dilation-bigger (check the paper for more detail on the dilation rate setting) and again if still the issue exists try using resnet101 or greater if you are using lower resnet.