winycg / CIRKD

[CVPR-2022] Official implementations of CIRKD: Cross-Image Relational Knowledge Distillation for Semantic Segmentation and implementations on Cityscapes, ADE20K, COCO-Stuff., Pascal VOC and CamVid.
180 stars 26 forks source link

How to get the T-SNE visualizaion of learned features embeddings? #3

Closed chenwang1701 closed 2 years ago

chenwang1701 commented 2 years ago

How to get the T-SNE visualization of learned feature embeddings on the validation set of Cityscapes? Could you provide some related codes?

winycg commented 2 years ago

Hi, I have uploaded a simple TSNE demo, which visualizes some random pixel embeddings. You may refer to the demo according to your personal setup.