pytorch-semantic-segmentation
pytorch-semantic-segmentation copied to clipboard
Performance of FCN
trafficstars
Can the FCN code reproduce the numbers reported in the paper? How much does it achieve in VOC and Cityscape?
Yes, the VOC performance of FCN has been reproduced, and you can see the result in voc-fcn (caffe vgg). The official FCN code do not provide training setting of cityscapes and hence I spent little effort on it.