10 lines
154 B
JSON
10 lines
154 B
JSON
{
|
|
"iou_threshold": 0.5,
|
|
"true_positive": 2,
|
|
"false_positive": 1,
|
|
"false_negative": 1,
|
|
"precision": 0.6667,
|
|
"recall": 0.6667,
|
|
"f1": 0.6667
|
|
}
|