ydhongHIT/DDRNet

resolution of segmentation output map

fjremnav opened this issue · 1 comments

Is resolution of segmentation output map 1/8 of input image resolution?
How can I get the same resolution of segmentation output map as the input image resolution?

Thanks,

Is resolution of segmentation output map 1/8 of input image resolution?
How can I get the same resolution of segmentation output map as the input image resolution?

Thanks,

Yes. Set the value of scale_factor to 8 in "class segmenthead".