ChenDelong1999 / RemoteCLIP

🛰️ Official repository of paper "RemoteCLIP: A Vision Language Foundation Model for Remote Sensing" (IEEE TGRS)
https://arxiv.org/abs/2306.11029
Apache License 2.0
228 stars 13 forks source link

Can you provide the retrieval evaluation code? #4

Closed chagmgang closed 10 months ago

ChenDelong1999 commented 10 months ago

Our implementation is based on OpenCLIP and ITRA (which is derived from OpenCLIP). You may refer to this file for details of our retrieval evaluation implementation:

https://github.com/ChenDelong1999/ITRA/blob/main/itra/evaluation/retrieval.py

We have also used the GaLR codebase for verifying our implementation, you may see their codes as well.