eternaldolphin / LaMI-DETR

[ECCV 2024] Official implementation of "LaMI-DETR: Open-Vocabulary Detection with Language Model Instruction"
Apache License 2.0
39 stars 2 forks source link

Code for clustering #3

Open zyuanbing opened 1 month ago

zyuanbing commented 1 month ago

Great project! Thanks for the release.

In your paper you mentioned to employ T5 model to extract language embedding for K-means clustering. I noticed this repo seems not to contain the code of this part. Could you please release the code to benefit future research?

Thanks in advance.

eternaldolphin commented 1 month ago

Thanks for your interest! I'm sorting out the code, but it may take some time due to my busy schedule. In the meantime, you can check xlang-ai/instructor-embedding and the kmeans++ in sklearn. Thanks for your patience.