Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ hf download partonomy/partonomy-core --repo-type dataset --local-dir .
|
|
| 19 |
|
| 20 |
Unpack the images directory with `tar --zst -xf images.tar.zst`.
|
| 21 |
|
| 22 |
-
The `images` directory contains all images used in the **Partonomy-Core** evaluation. Evaluation questions, answer choices, and corresponding parts for each answer choice are contained in `
|
| 23 |
- `image_path` (str): Relative path to the image corresponding to the question.
|
| 24 |
- `image_label` (str): Label for the object in the image.
|
| 25 |
- `question` (str): The LMM prompt used for evaluation of parts.
|
|
|
|
| 19 |
|
| 20 |
Unpack the images directory with `tar --zst -xf images.tar.zst`.
|
| 21 |
|
| 22 |
+
The `images` directory contains all images used in the **Partonomy-Core** evaluation. Evaluation questions, answer choices, and corresponding parts for each answer choice are contained in `test-qa_pairs.json`. Each question-answer JSON object contains the following fields:
|
| 23 |
- `image_path` (str): Relative path to the image corresponding to the question.
|
| 24 |
- `image_label` (str): Label for the object in the image.
|
| 25 |
- `question` (str): The LMM prompt used for evaluation of parts.
|