MendelXu / SAN

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

Visualize #26

Closed zzy0428 closed 9 months ago

zzy0428 commented 11 months ago

How to visualize your quantitative results. Do you have any scripts for generating the semantic segmentation results. I'm not quite into the detectron2 framework. Thank you!

zzy0428 commented 11 months ago

Is there any way to visualize the generated masks?

zzy0428 commented 11 months ago

I already figured it out the way of generating semantic segmentation results. But could you point out the masks image generation according to your proposals ?

MendelXu commented 11 months ago

Did you mean generating mask proposals? The mask proposals are not saved by default. You have to add breakpoint at https://github.com/MendelXu/SAN/blob/37171766dfa992276d28bac7c4b6c7e20d91ae7e/san/model/san.py#L239 manually and then you are able to save the mask proposals.

hly1999 commented 7 months ago

I already figured it out the way of generating semantic segmentation results. But could you point out the masks image generation according to your proposals ?

May I ask how to generate semantic segmentation results? Thanks