{
"boxes": [
[
0,
0,
2,
2
],
[
0.5,
0.5,
2.5,
2.5
],
[
3,
3,
5,
5
],
[
0,
0,
1,
1
]
],
"scores": [
0.95,
0.9,
0.7,
0.6
],
"iou_threshold": 0.3
}[
0,
2,
3
]| Argument | Type |
|---|---|
| boxes | np.ndarray |
| scores | np.ndarray |
| iou_threshold | float |
| Return Name | Type |
|---|---|
| value | list |