pytorch-semantic-segmentation icon indicating copy to clipboard operation
pytorch-semantic-segmentation copied to clipboard

DUC_HDC perfoemance

Open InstantWindy opened this issue 6 years ago • 1 comments

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!

InstantWindy avatar May 06 '18 14:05 InstantWindy

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.

fuzailpalnak avatar Aug 07 '18 09:08 fuzailpalnak