JosephKJ / OWOD

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

tsne visualize #103

Open Zhengzkang opened 1 year ago

Zhengzkang commented 1 year ago

Hi, good job, but can you offer more details about tsne? I really do not konw the following code in plot_tsne.py for train? torch.save(queues, os.path.join(source_dir,'queues_tsne.pkl')) queues = torch.load(os.path.join(source_dir,'queues_tsne.pkl')) How can I get "queues_tsne.pkl"? thank you so much!

nulidetuanzi commented 1 year ago

Hi, good job, but can you offer more details about tsne? I really do not konw the following code in plot_tsne.py for train? torch.save(queues, os.path.join(source_dir,'queues_tsne.pkl')) queues = torch.load(os.path.join(source_dir,'queues_tsne.pkl')) How can I get "queues_tsne.pkl"? thank you so much!

Hi, good job, but can you offer more details about tsne? I really do not konw the following code in plot_tsne.py for train? torch.save(queues, os.path.join(source_dir,'queues_tsne.pkl')) queues = torch.load(os.path.join(source_dir,'queues_tsne.pkl')) How can I get "queues_tsne.pkl"? thank you so much!

Have you solved this problem yet?