sil7799 commited on
Commit
184aecb
·
verified ·
1 Parent(s): 8583ad0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 values are in `[0, 1]` 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
 
 
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