Datasets:
Update README.md
Browse files- .gitattributes +0 -1
- README.md +5 -0
- dataset_infos.json +0 -16
.gitattributes
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
*.jsonl filter=lfs diff=lfs merge=lfs -text
|
2 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
3 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
4 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
1 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# 🚀 GSEval - A Comprehensive Grounding Evaluation Benchmark
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: test
|
7 |
+
path: "GroundingSuite-Eval.jsonl"
|
8 |
---
|
9 |
|
10 |
# 🚀 GSEval - A Comprehensive Grounding Evaluation Benchmark
|
dataset_infos.json
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"default": {
|
3 |
-
"features": {
|
4 |
-
"idx": "int64",
|
5 |
-
"image_path": "string",
|
6 |
-
"class_id": "int64",
|
7 |
-
"label": "string",
|
8 |
-
"caption": "string",
|
9 |
-
"box": "float32[4]",
|
10 |
-
"segmentation": {
|
11 |
-
"size": "int32[2]",
|
12 |
-
"counts": "string"
|
13 |
-
}
|
14 |
-
}
|
15 |
-
}
|
16 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|