連続点群プロジェクトの入出力フォーマットを説明します。
各フォーマット内のattributes部分については共通フォーマットをご参照ください。
[
{
"id": "fc1d3772-cf92-46e0-96d7-30d6c63caa99",
"name": "200401_6_04",
"status": "completed",
"annotations": [
{
"type": "bbox",
"title": "車",
"value": "car",
"color": "#428BCA",
"attributes": [],
"points": {
"1": { // number of frame
"value": [
0.5498171607828795, // coordinate x [位置]
-0.299138825235687, // coordinate y [位置]
0.4123171607828795, // coordinate z [位置]
0, // rotation x [回転]
0, // rotation y [回転]
0, // rotation z [回転]
2, // length x [サイズ]
2, // length y [サイズ]
2 // length z [サイズ]
],
"autogenerated": false // false when annotated manually. true when auto-generated by system.
},
"2": {
"value": [
0.5498171607828795,
-0.299138825235687,
0.4123171607828795,
0,
0,
0,
2,
2,
2
],
"autogenerated": true
}
...
}
}
],
"tags": [],
"assignee": null,
"reviewer": null,
"customerReviewer": null,
"createdAt": "2021-06-04T10:47:35.117Z", // ISO8601
"updatedAt": "2021-06-04T10:47:35.117Z" // ISO8601
}
]