Upload model predictions
Uploading as pre-labels
sample_uuid = "602a3eec-a61c-4a77-9fcc-3037ce5e9123"
labelset = "ground-truth"
attributes = {
"format_version": "0.1",
"annotations": [
{
"id": 1,
"category_id": 1,
"type": "bbox",
"points": [
[12.34, 56.78],
[90.12, 34.56]
]
}
]
}
client.add_label(sample_uuid, labelset, attributes)Last updated
Was this helpful?