Skip to content

Instantly share code, notes, and snippets.

@fcharmy
Last active November 2, 2018 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fcharmy/a1bec6bd9eb687cce3de28b65c01364b to your computer and use it in GitHub Desktop.
Save fcharmy/a1bec6bd9eb687cce3de28b65c01364b to your computer and use it in GitHub Desktop.
{
"metric": [
"confusion_matrix"
],
"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