Update README.md
Browse files
README.md
CHANGED
|
@@ -82,6 +82,7 @@ Each entry contains **a question ID, a question, provenance documents, a ground
|
|
| 82 |
The dataset contains **a collection of images** stored under the directory:
|
| 83 |
|
| 84 |
```
|
|
|
|
| 85 |
IMAGE/images/
|
| 86 |
```
|
| 87 |
|
|
@@ -128,9 +129,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 |
|
|
|
|
| 82 |
The dataset contains **a collection of images** stored under the directory:
|
| 83 |
|
| 84 |
```
|
| 85 |
+
|
| 86 |
IMAGE/images/
|
| 87 |
```
|
| 88 |
|
|
|
|
| 129 |
- **Visual Recall** measures the percentage of retrieved images relative to the total number of images in the ground truth.
|
| 130 |
It is computed as:
|
| 131 |
|
| 132 |
+

|
| 135 |
|
| 136 |
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.
|
| 137 |
|