Datasets:

ArXiv:
mennasiam commited on
Commit
4cbcd29
·
verified ·
1 Parent(s): 25e3ccf

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path:
7
+ - "Objects.csv"
8
+ - "Segmentations.json"
9
+ - "visual_patterns.csv"
10
+ ---
11
+
12
+ # PixMMVP Benchmark
13
+
14
+ The dataset annotations augmenting MMVP with referring expressions and corresponding segmentation masks for the objects of interest in their respective questions within the original VQA task.
15
+
16
+ # Acknowledgements
17
+ I acknowledge the use of MMVP dataset's images and questions/choices part of building this dataset, the original [MMVP](https://huggingface.co/MMVP).
18
+
19
+ # References
20
+ Please city my work if you find the dataset useful
21
+ ```
22
+ @article{siam2025pixfoundation,
23
+ title={PixFoundation: Are We Heading in the Right Direction with Pixel-level Vision Foundation Models?},
24
+ author={Siam, Mennatullah},
25
+ journal={arXiv preprint arXiv:2502.04192},
26
+ year={2025}
27
+ }
28
+ ```