facebookresearch / detr

End-to-End Object Detection with Transformers
Apache License 2.0
13.09k stars 2.37k forks source link

Possible t-SNE visualization #543

Open michaelku1 opened 1 year ago

michaelku1 commented 1 year ago

I am wondering if t-SNE visualization for categories is possible for both encoder and decoder embeddings? I believe this not easy in practice since there is no definite groundtruth for each embedding and even the matcher may not always provide the best assignment of groundtruths. Many Thanks.