BBBBchan / CorrMatch

Official code for "CorrMatch: Label Propagation via Correlation Matching for Semi-Supervised Semantic Segmentation"
117 stars 8 forks source link

Question about the crop size of Cityscapes #4

Closed Hugo-cell111 closed 1 year ago

Hugo-cell111 commented 1 year ago

Hi! In the paper the crop size of Cityscapes is 801 801, but in the yaml file it is set as 769 769. So which one is the final setting? Thanks!

BBBBchan commented 1 year ago

$769 \times 769$ crop size is set for saving memory, we use $801\times 801$ eventually to get better performance.