Update README.md
Browse files
README.md
CHANGED
|
@@ -69,7 +69,7 @@ Each item is composed as follows:
|
|
| 69 |
| `image_path` | Original relative image path from the source dataset. |
|
| 70 |
| `query` | The question associated with the document image. |
|
| 71 |
| `answer` | The answer associated with the question, stored in list format. |
|
| 72 |
-
| `bbox` | The bounding box of the evidence region, stored in the original nested-list format. Each bounding box is represented as normalized coordinates `[x1, y1, x2, y2]`, where
|
| 73 |
| `type` | The semantic type of the evidence region, stored in list format. |
|
| 74 |
| `source_dataset` | Name of the source dataset/configuration. |
|
| 75 |
|
|
|
|
| 69 |
| `image_path` | Original relative image path from the source dataset. |
|
| 70 |
| `query` | The question associated with the document image. |
|
| 71 |
| `answer` | The answer associated with the question, stored in list format. |
|
| 72 |
+
| `bbox` | The bounding box of the evidence region, stored in the original nested-list format. Each bounding box is represented as normalized coordinates `[x1, y1, x2, y2]`, where `(x1, y1)` is the top-left corner and `(x2, y2)` is the bottom-right corner. Values are in `[0, 1]` and are relative to the image width and height. |
|
| 73 |
| `type` | The semantic type of the evidence region, stored in list format. |
|
| 74 |
| `source_dataset` | Name of the source dataset/configuration. |
|
| 75 |
|