Datasets:

ArXiv:
License:
Liaojiajia commited on
Commit
d0209b2
·
1 Parent(s): b9c1dc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -6,7 +6,8 @@ license: openrail
6
 
7
  ## Dataset Description
8
 
9
- OVDEval is a new benchmark for OVD model, which includes 9 sub-tasks and introduces evaluations on commonsense knowledge, attribute understanding, position understanding, object relation comprehension, and more.
 
10
 
11
  ## Languages
12
 
@@ -43,10 +44,10 @@ The dataset contains questions in English and code solutions in Python.
43
  "height": 254,
44
  "width": 340,
45
  "text": [
46
- "computer without screen on"
47
  ],
48
  "neg_text": [
49
- "computer with screen on"
50
  ]
51
  }]
52
  }
 
6
 
7
  ## Dataset Description
8
 
9
+ OVDEval is a new benchmark for OVD model, which includes 9 sub-tasks and introduces evaluations on commonsense knowledge, attribute understanding, position understanding, object relation comprehension, and more. The dataset is meticulously created to provide hard negatives that challenge models' true understanding of visual and linguistic input. Additionally, we identify a problem with the popular Average Precision (AP) metric when benchmarking models on these fine-grained label datasets and propose a new metric called Non-Maximum Suppression Average Precision (NMS-AP) to address this issue.
10
+
11
 
12
  ## Languages
13
 
 
44
  "height": 254,
45
  "width": 340,
46
  "text": [
47
+ "computer without screen on" # "text" represents the positive sample in this image.
48
  ],
49
  "neg_text": [
50
+ "computer with screen on" # "neg_text" represents the category for which this image does not belong.
51
  ]
52
  }]
53
  }