Created
November 2, 2018 09:20
-
-
Save fcharmy/3f7a5c2e7b75f11cbb73669e178a984a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metric": [ | |
"acc_1" | |
], | |
"image": [ | |
{ | |
"image": { | |
"im_id": "xxx", | |
"width": 512, | |
"height": 512 | |
}, | |
"ground_truth": { | |
"objects": [ | |
{ | |
"concepts": [ | |
"string" | |
], | |
"neg_concepts": [ | |
"string" | |
], | |
"skip_concepts": [ | |
"string" | |
], | |
"box": [ | |
0, | |
0, | |
100, | |
100 | |
] | |
} | |
] | |
}, | |
"predictions": { | |
"objects": [ | |
{ | |
"box": [ | |
12, | |
23, | |
345, | |
456 | |
], | |
"concepts": [ | |
{ | |
"concept": "sleeve_length/long", | |
"score": 0.6 | |
}, | |
{ | |
"concept": "another/concept", | |
"score": 0.6 | |
} | |
] | |
} | |
] | |
} | |
} | |
], | |
"taxonomy": { | |
"concepts": [ | |
"sleeve_length/long", | |
"another/concept" | |
], | |
"concept_groups": [ | |
{ | |
"name": "shoe_closure", | |
"type": "MULTI_CLASS" | |
} | |
], | |
"cascade_relations": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment