Wizaron / instance-segmentation-pytorch

Semantic Instance Segmentation with a Discriminative Loss Function in PyTorch
https://arxiv.org/abs/1708.02551
GNU General Public License v3.0
458 stars 95 forks source link

tsne #19

Open MohammadDehghan opened 3 years ago

MohammadDehghan commented 3 years ago

hi, how can I use tsne in a semantic segmentation network to visualize high-dimensional features? actually, each pixel has a vector embedding, am I right? especially I don't know how to implement it.

thanks in advance