wusize / ovdet

[CVPR2023] Code Release of Aligning Bag of Regions for Open-Vocabulary Object Detection
https://openaccess.thecvf.com/content/CVPR2023/papers/Wu_Aligning_Bag_of_Regions_for_Open-Vocabulary_Object_Detection_CVPR_2023_paper.pdf
Other
172 stars 4 forks source link

About TSNE visualization #47

Open xiaoyi728 opened 4 months ago

xiaoyi728 commented 4 months ago

While attempting to reproduce your t-SNE visualization results, I encountered an issue. The regional features prior to being projected into pseudo-words lack corresponding labels. I tried using the final classification output, which does contain labels, but the first dimension does not match up (I am using the test file). Consequently, I am unsure how to proceed from here. I would appreciate any guidance or assistance you could provide. Thank you very much for your help!