更新数据
更新文件信息及标注结果
POST http://{{host}}/v1/dataset/{{dataset_id}}/fidloc/{{fid}}/update
Content-Type: application/json
T-key: {{T-key}}
{
"ref_id":"ref_8",
"name":"文件名-1",
"frame_id":"frame_0001",
"sensor":"camera_0",
"meta":{"k1":"v1","city":"beijing"},
"anotations":[
{
"label": "car",
"instance":"instance-id",
"type":"box2d",
"attrs":{"k":"v"},
"data": {
"x":21.31,
"y":33.22,
"width":210,
"height":122
}
}
]
}
Response:
{
"code": "",
"msg": "",
"data": {}
}Last updated