feipanir / IntraDA

Unsupervised Intra-domain Adaptation for Semantic Segmentation through Self-Supervision (CVPR 2020 Oral)
https://arxiv.org/pdf/2004.07703.pdf
MIT License
270 stars 35 forks source link

Entropy Maps #7

Closed zengkaiwei closed 4 years ago

zengkaiwei commented 4 years ago

Hello! How to draw Entropy Maps in figure4.(b) in your paper? Will you update you code? Or you just visualize features of "pred_trg_entropy " in entropy_rank.py in line 167. Do you use some special tools?

feipanir commented 4 years ago

Hi we just use a very simple visualization tool matplotlib to draw the entropy map.