Datasets:

Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
finne commited on
Commit
95a59c9
·
verified ·
1 Parent(s): e30d7dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # 🚀 GroundingSuite - Measuring Complex Multi-Granular Pixel Grounding
6
+ GSEval is a comprehensive benchmark for pixel-level and bounding box-level grounding tasks, designed to evaluate how well AI systems can understand and localize objects or regions in images based on natural language descriptions.
7
+
8
+ ## 📊 Download GSEval
9
+ ```
10
+ git lfs install
11
+ git clone https://huggingface.co/datasets/hustvl/GSEval
12
+ ```
13
+
14
+
15
+ ## 📚 Additional Resources
16
+ - **Paper:** [ArXiv](https://arxiv.org/abs/2503.10596).
17
+ - **GitHub Repository:** [GitHub - GroundingSuite](https://github.com/hustvl/GroundingSuite).