cvlab-yonsei / MNAD

An official implementation of "Learning Memory-guided Normality for Anomaly Detection" (CVPR 2020) in PyTorch.
336 stars 80 forks source link

About t-SNE #45

Open fangqian1234 opened 2 years ago

fangqian1234 commented 2 years ago

Can I get the code for this part of t-SNE?

YZH0216 commented 2 years ago

Hello, I am currently interesting about this part of t-SNE too, I randomly chose 10000 queries as the paper says, and I visualized them with t-SNE. However, the result was not quite significant. Those queries from the same video distributed not that saperately in the hidden space. I'm wondering if there is something wrong with my implementation?