pio-benchmark commited on
Commit
8130be4
·
verified ·
1 Parent(s): f541cc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -1,3 +1,28 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ ---
4
+ # PIO Dataset Card
5
+
6
+ ## Dataset Details
7
+ This dataset contains the dataset for NeurIPS D&B submission: Point-It-Out: Benchmarking Embodied Reasoning for Vision Language Models in Precise Visual Grounding. It includes all the data for S1, S2 and S3 defined in the paper:
8
+ - 260+ source images
9
+ - 550 + questions
10
+ - Human annotated masks (for S1 ans S2)
11
+ - class information and subclass information
12
+
13
+
14
+
15
+ ## Dataset Structure
16
+ - `images_s1s2` folder
17
+ - Contains the raw images for s1 and s2
18
+ - `images_s3` folder
19
+ - Contains the raw images for s3
20
+ - `s1s2.json'
21
+ - List of data points include dict_keys(['polygon', 'image_path', 'height', 'width', 'lang', 'dataset_name', 's1_or_s2', 'subclasses'])
22
+ - 's3.json'
23
+ - A dict, the key is source image, and value is List[str] including multiple questions regarding this image
24
+
25
+
26
+
27
+ ## Citation
28
+ None, paper in submission