partonomy commited on
Commit
65800dc
·
verified ·
1 Parent(s): 819b3ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -17,6 +17,8 @@ To download the images and evaluation metadata, install the [HuggingFace CLI](ht
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.
 
17
  hf download partonomy/partonomy-core --repo-type dataset --local-dir .
18
  ```
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.