Skip to content

Instantly share code, notes, and snippets.

@fcharmy
Last active November 12, 2018 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fcharmy/04af6b4679eb515d08b4dfb12ab03cb0 to your computer and use it in GitHub Desktop.
Save fcharmy/04af6b4679eb515d08b4dfb12ab03cb0 to your computer and use it in GitHub Desktop.
{
"overview": {
"concept_group_names": [
"category",
"sleeve_length",
"pattern"
]
},
"results": [
{
"concept_group_name": "sleeve_length",
"concept_names": [
"long",
"medium",
"short"
],
"metrics": [
{
"name": "bad_case",
"type": "list_of_det_bad_case",
"list_of_det_bad_case_value": {
"data": [
{
"id": "xxx",
"bad_cases": [
{
"bad_case_type": "dup_gt_box",
"instances": [
{
"gt": [
1,
2,
3,
4
]
}
],
"instance_type": "gt_box"
},
{
"bad_case_type": "dup_gt_box",
"instances": [
{
"gt": [
1,
2,
3,
4
],
"pred": [
1,
2,
3,
4
]
}
],
"instance_type": "gt_pred_box_pair"
}
]
}
]
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment