cvat/tests/python/shared/assets/consensus_settings.json

19 lines
265 B
JSON
Raw Normal View History

2025-09-16 01:19:40 +00:00
{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"iou_threshold": 0.4,
"quorum": 0.5,
"task_id": 30
},
{
"id": 2,
"iou_threshold": 0.4,
"quorum": 0.5,
"task_id": 31
}
]
}