Skip to content

Instantly share code, notes, and snippets.

@yulu
Created January 8, 2019 08:27
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 yulu/09c9d643c2ab266961e24fecacfc8d48 to your computer and use it in GitHub Desktop.
Save yulu/09c9d643c2ab266961e24fecacfc8d48 to your computer and use it in GitHub Desktop.
detection_confusion_matrix_with_support_data.json
{
"name": "confusion_matrix",
"concept_names": [
"long",
"medium",
"short"
],
"type": "array_2d",
"array_2d_value": {
"data": [
[
3,
2,
1
],
[
1,
3,
2
],
[
1,
0,
4
]
],
"support_data": [
{
"gt_concept": "aaa",
"pred_concept": "bbb",
"matches": [
{
"id": "aaa",
"gt_box": [],
"pred_box": []
},
{
"id": "aaa",
"gt_box": [],
"pred_box": []
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment