chaenayo commited on
Commit
867647d
·
verified ·
1 Parent(s): ea9cf70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -65,7 +65,10 @@ Metadata is stored in two files:
65
  * `class_to_idx`: Mapping of each class to an integer id
66
  * `class_to_sc`: Mapping of each class to a broad, single-word semantic category
67
  * `class_to_split`: Mapping of each class to the `val` or `test` split.
68
- * `pods_image_annos.json`: Maps every image ID to its class and test split (one of `[train, objects, pose, all]`)
 
 
 
69
 
70
  ## Using PODS
71
 
 
65
  * `class_to_idx`: Mapping of each class to an integer id
66
  * `class_to_sc`: Mapping of each class to a broad, single-word semantic category
67
  * `class_to_split`: Mapping of each class to the `val` or `test` split.
68
+ * `pods_image_annos.json`: Maps every image ID to a dictionary:
69
+ * `class`: The class name that the image belongs to
70
+ * `split`: One of `[train, test]` indicating if the image is in the train or test set for that class.
71
+ * `test_split`: For images in the `test` split, denotes which distribution-shift test split the image is in: One of `[in_distribution, pose, distractors, pose_and_distractors]`
72
 
73
  ## Using PODS
74