partonomy commited on
Commit
41e18a0
·
verified ·
1 Parent(s): 6e39666

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 `partonomy_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.
 
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.