IdanAchituve / DefRec_and_PCM

Self-Supervised Learning for Domain Adaptation on Point-Clouds
87 stars 14 forks source link

About T-SNE #28

Open zou-longkun opened 1 year ago

zou-longkun commented 1 year ago

Hi, thanks for sharing this great work. Could you kindly share the implementation of 'T-SNE' in your paper?

IdanAchituve commented 1 year ago

Hi, Thanks for the kind words. I don't have a clean version of this code segment, you can try to implement it yourself. I used sklearn.manifold.TSNE to generate the representations.

Best regards, Idan