Closed chaitrasj closed 3 years ago
Hi, because I have leaved the lab, I can not give the code, but I think the reason of your problem may be the wrong arguments, because if your model are trained, at least t-sne can cluster the samples of the same identity close.
Hi, The t-sne was shown for test data itself right and not for train data?
No, I used tsne on trained data which is just for presentation.
Hello, Thanks a lot for open sourcing your code. I have trained the SYSU-MM01 data using your code and the accuracy values are rank1 as 53.09% and mAP as 51.74% (which is almost as close to your reported values). However I am unable to get the similar t-SNE plots. I have extracted the features on trained model and reduced to 2 dimensions using sklearn.manifold tsne package. However the points are not properly clustered for same identity. Can you please share your code snippet for plotting the t-SNE? Thanks