penghu-cs / MRL

Learning Cross-Modal Retrieval with Noisy Labels (CVPR 2021, PyTorch Code)
MIT License
50 stars 9 forks source link

The retrieval performance measures the instance level or category level? #10

Closed hhc1997 closed 1 year ago

hhc1997 commented 1 year ago

Hello, thanks for your great work. I'm new at supervised cross-modal retrieval. Given a query sample, what is the correct retrieval?
The retrieval result has the same category as the query sample or the retrieval result must belong to the same instance as the query sample.

penghu-cs commented 1 year ago

It is class-level retrieval. Thanks.