Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can eval.py generate results of segmentation? #13

Closed
illutheplanet opened this issue Sep 4, 2019 · 5 comments
Closed

How can eval.py generate results of segmentation? #13

illutheplanet opened this issue Sep 4, 2019 · 5 comments

Comments

@illutheplanet
Copy link

When running eval.py only appears mIoU, what should I do to get the segmentation maps?

@XiaLiPKU
Copy link
Owner

XiaLiPKU commented Sep 5, 2019

When running eval.py only appears mIoU, what should I do to get the segmentation maps?

I would like to add this function further.
For now, you can hack the codes, and save the 'pred' into a png.
Moreover, to visualize the results by eye, you may need colorize the generated pngs.

@robotcv
Copy link

robotcv commented Nov 9, 2019

how to show attention map?

@XiaLiPKU
Copy link
Owner

XiaLiPKU commented Nov 9, 2019

how to show attention map?

Just output the Z is enough.
But for better color and value, you would better normalize the value map.

@robotcv
Copy link

robotcv commented Nov 10, 2019

how to show attention map?

Just output the Z is enough.
But for better color and value, you would better normalize the value map.

@robotcv
Copy link

robotcv commented Nov 10, 2019

how to show attention map?

Just output the Z is enough.
But for better color and value, you would better normalize the value map.

Okay, thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants