JosephKJ / OWOD

(CVPR 2021 Oral) Open World Object Detection
https://josephkj.in
Apache License 2.0
1.04k stars 155 forks source link

plot_tsne.py question #85

Closed ShreyasSkandanS closed 2 years ago

ShreyasSkandanS commented 2 years ago

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.

JosephKJ commented 2 years ago

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