Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,12 @@ Repository for the **Partonomy-Core** benchmark introduced in [*PARTONOMY: Large
|
|
| 11 |
|
| 12 |
Code can be found at [https://github.com/anselblume/partonomy](https://github.com/anselblume/partonomy).
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
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 `partonomy_qa_pairs.json`. Each question-answer JSON object contains the following fields:
|
| 15 |
- `image_path` (str): Relative path to the image corresponding to the question.
|
| 16 |
- `image_label` (str): Label for the object in the image.
|
|
|
|
| 11 |
|
| 12 |
Code can be found at [https://github.com/anselblume/partonomy](https://github.com/anselblume/partonomy).
|
| 13 |
|
| 14 |
+
To download the images and evaluation metadata, install the [HuggingFace CLI](https://huggingface.co/docs/huggingface_hub/en/guides/cli) and run
|
| 15 |
+
|
| 16 |
+
```bash
|
| 17 |
+
hf download partonomy/partonomy-core --repo-type dataset --local-dir .
|
| 18 |
+
```
|
| 19 |
+
|
| 20 |
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 `partonomy_qa_pairs.json`. Each question-answer JSON object contains the following fields:
|
| 21 |
- `image_path` (str): Relative path to the image corresponding to the question.
|
| 22 |
- `image_label` (str): Label for the object in the image.
|