LikeLy-Journey / SegmenTron

Support PointRend, Fast_SCNN, HRNet, Deeplabv3_plus(xception, resnet, mobilenet), ContextNet, FPENet, DABNet, EdaNet, ENet, Espnetv2, RefineNet, UNet, DANet, HRNet, DFANet, HardNet, LedNet, OCNet, EncNet, DuNet, CGNet, CCNet, BiSeNet, PSPNet, ICNet, FCN, deeplab)
Apache License 2.0
705 stars 162 forks source link

Questions about cityscapes validation #51

Open 666zz666 opened 4 years ago

666zz666 commented 4 years ago

You use the resolution of 769 769 when training cityscapes but use 1025 2049 when validation。 If there be a gap between the two results

LikeLy-Journey commented 4 years ago

training use a small size and eval use original image size is a common strategy used in segmentation. In training, we use random crop to augment datasets. So it is not necessary to use very big image size or same with validation. Anyway, you can try to modify the resolution to see if it can get better result.