Update README.md
Browse files
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 |
|