Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
Repository for the **Partonomy-Core** benchmark introduced in [*PARTONOMY: Large Multimodal Models with Part-Level Visual Understanding*](https://arxiv.org/abs/2505.20759).
|
| 2 |
|
|
|
|
|
|
|
| 3 |
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:
|
| 4 |
- `image_path` (str): Relative path to the image corresponding to the question.
|
| 5 |
- `image_label` (str): Label for the object in the image.
|
|
|
|
| 1 |
Repository for the **Partonomy-Core** benchmark introduced in [*PARTONOMY: Large Multimodal Models with Part-Level Visual Understanding*](https://arxiv.org/abs/2505.20759).
|
| 2 |
|
| 3 |
+
Code can be found at [https://github.com/anselblume/partonomy](https://github.com/anselblume/partonomy).
|
| 4 |
+
|
| 5 |
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:
|
| 6 |
- `image_path` (str): Relative path to the image corresponding to the question.
|
| 7 |
- `image_label` (str): Label for the object in the image.
|