MendelXu / SAN

Open-vocabulary Semantic Segmentation
https://mendelxu.github.io/SAN/
MIT License
307 stars 28 forks source link

Upsample masks during inference? #30

Closed ZhihaoZhu closed 10 months ago

ZhihaoZhu commented 1 year ago

Hi, was curious do you upsample the predicted mask from 1/16 of image resolution to the original image resolution using interpolation during inference?

MendelXu commented 1 year ago

Yes.