JosephKJ/OWOD

plot_tsne.py question

ShreyasSkandanS opened this issue · 1 comments

Thank you for the interesting contribution with this work, and for providing the source code.

I'm trying to recreate Fig 5(a) from your paper, and I'm trying to run plot_tsne.py (which is what I assume you used to create that plot). Could you tell me how to generate the contents that "source_dir" must point to? Is it "feat.pt" located in "feature_store", because I can't seem to get that to work.

Thank you.

Thank you for your interest in our work. You have to save the features by uncommenting this line. log_features() function will log the features that you can use with plot_tsne.py