Datasets:

ArXiv:
License:
LbhYqh commited on
Commit
6f09082
·
verified ·
1 Parent(s): e488192

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -128,9 +128,9 @@ To evaluate the retrieval performance, we consider the following metrics:
128
  - **Visual Recall** measures the percentage of retrieved images relative to the total number of images in the ground truth.
129
  It is computed as:
130
 
131
- \[
132
  \text{Visual Recall} = \frac{\text{Retrieved Relevant Images}}{\text{Total Relevant Images in Ground Truth}}
133
- \]
134
 
135
  where "Retrieved Relevant Images" refers to the number of images retrieved that are present in the ground truth, and "Total Relevant Images in Ground Truth" refers to the total number of relevant images that should have been retrieved.
136
 
 
128
  - **Visual Recall** measures the percentage of retrieved images relative to the total number of images in the ground truth.
129
  It is computed as:
130
 
131
+ $$
132
  \text{Visual Recall} = \frac{\text{Retrieved Relevant Images}}{\text{Total Relevant Images in Ground Truth}}
133
+ $$
134
 
135
  where "Retrieved Relevant Images" refers to the number of images retrieved that are present in the ground truth, and "Total Relevant Images in Ground Truth" refers to the total number of relevant images that should have been retrieved.
136