Skip to content

Commit 0b8b68a

Browse files
committed
update new test reference
1 parent 938c453 commit 0b8b68a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

tests/accuracy/public_scope.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -829,9 +829,18 @@
829829
"test_data": [
830830
{
831831
"image": "coco128/images/train2017/000000000074.jpg",
832-
"reference": [
833-
"79, 281, 318, 371, 1 (Diamonds): 0.700; 0, 75, 172, 333, 1 (Diamonds): 0.575; 109, 6, 625, 224, 3 (Hearts): 0.547; [0]; [0]"
834-
]
832+
"reference": {
833+
"bboxes": [
834+
[79, 281, 318, 371],
835+
[0, 75, 172, 333],
836+
[109, 6, 625, 224]
837+
],
838+
"labels": [1, 1, 3],
839+
"scores": [
840+
0.6996849775314331, 0.5751938223838806, 0.5465651154518127
841+
],
842+
"label_names": ["Diamonds", "Diamonds", "Hearts"]
843+
}
835844
}
836845
]
837846
}

0 commit comments

Comments
 (0)