BasicAI CE Open & Plugin API
  1. Annotation
BasicAI CE Open & Plugin API
  • Open API
    • Dataset
      • Create Dataset
      • Edit Dataset
      • Delete Dataset
      • Query a single dataset
      • Query the list of datasets
      • Upload the dataset compressed package
      • Query the processing progress of the compressed dataset
      • Query the data under the dataset
      • Delete multiple data
      • Query a single data
      • Query multiple data
      • Generate presigned file upload url
      • Upload file through presigned url
    • Annotation
      • Get data and result information
        GET
      • Download dataset annotation results
        GET
    • Model
      • Image object detection
      • Point cloud object detection
  • Plugin API
    • Model
      • Point cloud object detection
      • Image object detection
  1. Annotation

Get data and result information

Docker Compose
http://localhost:8190/api
Docker Compose
http://localhost:8190/api
GET
http://localhost:8190/api
/data/getDataAndResult

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
datasetId
integer 
required
Dataset ID
Example:
750058
dataIds
array[string]
optional
Data ID
Example:
["1"]

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8190/api/data/getDataAndResult?datasetId=750058'

Responses

🟢200Successful
application/json
Body
code
string 
required
message
string 
required
data
object 
required
version
string 
Format version
required
datasetId
integer 
Dataset ID
required
datasetName
string 
Dataset name
required
exportTime
string 
Export time
required
data
array [object {13}] 
Data info
required
results
array [object {4}] 
required
Example
{
  "code": "OK",
  "message": "",
  "data": {
    "version": "Basic AI V1.0",
    "datasetId": 750058,
    "datasetName": "createBy_gh",
    "exportTime": "20221220090320",
    "data": [
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/point_cloud/08.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=5e0931dfcb5692a57cd00253bffade87772eece0f54144797e0b8a31e1e7a9fb",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/camera_config/08.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ae4b167b1aa2cb76ca9f85b668472d20f584a878d88598cbc1a2e32850a9af3f",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image0/08.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c6604059c924e461a8d2c3f3c5013dfdeb2a0cb64ae118d4e408f521dc85c039"
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image1/08.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8210f9290eb8975dc6f65742a444bddd2966c1fa1384468d42660efaf51aa1f3"
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image2/08.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=7566dcbe47588cc2a20c93f7ca261c99b3d4da60be50100d5d989840d373912d"
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image3/08.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0bfaeba2387118fb46fc55d6b1ee218ac129a1d1b61a8e1d2982ab9fe9b5e479"
          }
        ],
        "id": 3092154,
        "version": "Basic AI V1.0",
        "name": "08",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/point_cloud/00.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6bf6b00a9ece0f541ed3f64cc62da4de00862ee951f86b802d68c18162505d02",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/camera_config/00.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c5262bde076b7509e9be955a78021e4e65d941696762bd39f8eace02799a92da",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image0/00.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0c1e68a7804db4441e77845205cac289db908faf8278834059d6c632e05f027e"
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image1/00.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9e801b3ff427b9a75a575db583c64998581125f8006fc7104cbaaf86910f4afa"
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image2/00.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=26ebb6876b244a037ab87f230f0db8d68be8378685435c19a829a761bf5cceb8"
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image3/00.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=5b2f15ad97bd3c89a03b4a8e20a8b2f943303d0c0e64577cf92d42397e0e2f73"
          }
        ],
        "id": 3092156,
        "version": "Basic AI V1.0",
        "name": "00",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/point_cloud/01.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=fe4b96ad564fb2ae35cc88d58638da89493039760083227575b65ee09d002f6a",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/camera_config/01.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=3d4eed3211322daf1959e39bbc28fe8a1f9d7f92d2d8c78d806f0219e08f016f",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image0/01.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b27607e120ee47dc0d24383fb74c088dc9708153908427866aa404f15e2ff45a"
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image1/01.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=22490d68b84e1a40f88c55d637fafd77f718f2be9a2a129f402c91f17fd8725c"
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image2/01.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ebe403069911a249e7245447fe48d12070d976d3c896dba363e3ef4fb3ec7105"
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image3/01.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=2f4d52bcea53ca959ca2eb58a4f57a6489009c0d4b0d9a4b3a2e24510f1edc56"
          }
        ],
        "id": 3092157,
        "version": "Basic AI V1.0",
        "name": "01",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/point_cloud/03.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ac888e566b10f5ba04bd6ef65da9516a4460952b2433deb24e59192ace049a64",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/camera_config/03.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=4431114be0764773ef1468af18a6a2333693b6a352d02ba8f65f9932240ccfd1",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image0/03.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e79cf7e16e4931abd7a0f7eca1b55a67a4f1d2fbad764efd070b6645701f3584"
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image1/03.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=818778f730aca50db63856ae68e1026f7e478e508962d21c868473bc7db01af7"
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image2/03.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=25b2f5d72d0a9aaff52aef9d23e9f7d49c9704281703395dc4174a349c9f36ba"
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/c590fc01f2404d4ea9a32ae3cb34b8ac/image3/03.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090319Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e200ebdefc1b98d52a20e06d6d7c419a3b8d779722a890b08a7d29e4078e8f84"
          }
        ],
        "id": 3092159,
        "version": "Basic AI V1.0",
        "name": "03",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/point_cloud/15.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e700f2eaba52c0a6fb7eae9321047e6853e0bf582b780221531680aa05c2f99c",
        "pointCloudZipPath": "case-padaset-new19/point_cloud/15.pcd",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/camera_config/15.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=99354a296a41618fff324ee3a86f853b8c36d973ba4bd6d7451efe7ff7118865",
        "cameraConfigZipPath": "case-padaset-new19/camera_config/15.json",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image0/15.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=976d7f19de9614ffdb95d9a2ed51370b84d7ddc882f0f22f6c1f29e768bf8233",
            "zipPath": "case-padaset-new19/image0/15.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image1/15.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=58ad015c125686cc731a9f9108eddd42b504916420119493264e16422b179405",
            "zipPath": "case-padaset-new19/image1/15.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image2/15.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=1eb03a0690b557d95ea14c25c068c6a9947b286329d1f2703d6215ad28a07614",
            "zipPath": "case-padaset-new19/image2/15.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image3/15.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=873b5eefdb8b5db11253a58f450d54a6a809c04077f8d0aca1c67debbf0bb7f1",
            "zipPath": "case-padaset-new19/image3/15.jpg",
            "width": 1920,
            "height": 1080
          }
        ],
        "id": 3092283,
        "version": "Basic AI V1.0",
        "name": "15",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/point_cloud/04.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c849bf257f75d2df28cdff90379edea339ab831a1de99c0d5261602adffb2235",
        "pointCloudZipPath": "case-padaset-new19/point_cloud/04.pcd",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/camera_config/04.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=1e788c35af02f350e7161e68216dff2c3c3e0f8ced0b64296e5b3a9e9eece8f0",
        "cameraConfigZipPath": "case-padaset-new19/camera_config/04.json",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image0/04.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=5a9985b658bd607595c7ab4f16f8839e3da5cedf2d4e14cd9eb72500969a6a85",
            "zipPath": "case-padaset-new19/image0/04.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image1/04.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=44d1bb5ed4921ef3be74c475bd4c85e3cf18cb53c789414a6f8ceb7514fc22ba",
            "zipPath": "case-padaset-new19/image1/04.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image2/04.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=aeb0807ded8ad3b1e00b1a20e114dfa48421e209d77141f4619c60a2a9dbbf10",
            "zipPath": "case-padaset-new19/image2/04.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image3/04.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=4415169709fe1ff45fc88926e04c5bad6fb474a74ea381ff6a21861b0907bc69",
            "zipPath": "case-padaset-new19/image3/04.jpg",
            "width": 1920,
            "height": 1080
          }
        ],
        "id": 3092288,
        "version": "Basic AI V1.0",
        "name": "04",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/point_cloud/05.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e7e1fd08cd0d49007a20538a25e9c17103482e64f75a3f7b51ff1ff1e7d8a5c0",
        "pointCloudZipPath": "case-padaset-new19/point_cloud/05.pcd",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/camera_config/05.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=2ae62773119ff375a3576f1080c7bd514a0d23637ea888c2d762f40e85668e4c",
        "cameraConfigZipPath": "case-padaset-new19/camera_config/05.json",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image0/05.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=10db868d3229e5f5924eb5057a896b57455676043d3a7941d94e85ae9f1a9047",
            "zipPath": "case-padaset-new19/image0/05.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image1/05.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=bde6d8c957bfb05896c070be4826c82ba7951c5e8464bc6c0174b5598e005ba1",
            "zipPath": "case-padaset-new19/image1/05.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image2/05.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8cca1b5982a61f57c282101b9715046d212c7a8fc132785b0adf072e6c1e0b88",
            "zipPath": "case-padaset-new19/image2/05.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image3/05.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=1e423b5d17d19af83054487caa6ec6ce91f217f6d1d9eb4d1b94c70f934c0820",
            "zipPath": "case-padaset-new19/image3/05.jpg",
            "width": 1920,
            "height": 1080
          }
        ],
        "id": 3092289,
        "version": "Basic AI V1.0",
        "name": "05",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/point_cloud/06.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=1da4839588ad634571a6fa1ae427b9d0a1f035ba5fbf704c6e68e270258a8f1e",
        "pointCloudZipPath": "case-padaset-new19/point_cloud/06.pcd",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/camera_config/06.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=3753d5f905b225d049e9c3a845c6f4e63c8e9b2eb08e3d68c5eac7fe83fc106c",
        "cameraConfigZipPath": "case-padaset-new19/camera_config/06.json",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image0/06.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e3360b4ef51faf5d19031bfa67153153b1f1bdbc797ebe57f92cad5508394fc4",
            "zipPath": "case-padaset-new19/image0/06.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image1/06.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=cf700d4934234b4eca9481c32b92af06ef7bddfa382217ccd4f304ba3fe10c2d",
            "zipPath": "case-padaset-new19/image1/06.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image2/06.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c60796e1a5306e592d414fd7db0c4cae93154f4d4c484cec188360451616bb9b",
            "zipPath": "case-padaset-new19/image2/06.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image3/06.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=a1349471a77df3fa80f55c1844bed067ddfff5f2df703f783a1b2e49f435c67e",
            "zipPath": "case-padaset-new19/image3/06.jpg",
            "width": 1920,
            "height": 1080
          }
        ],
        "id": 3092290,
        "version": "Basic AI V1.0",
        "name": "06",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/point_cloud/07.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0791b902831df1fa9820c9c76950b2bed93c545e38ed3e1e9cb1502745b2afe0",
        "pointCloudZipPath": "case-padaset-new19/point_cloud/07.pcd",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/camera_config/07.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=cf23e3b7ada044cbd3a4c3b04619b889967b9b3aa7113c280b56b766a91ffc53",
        "cameraConfigZipPath": "case-padaset-new19/camera_config/07.json",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image0/07.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=2d88c061b86de373b594a6b772770660a8b67fed79f24404e8f434f68d5f3187",
            "zipPath": "case-padaset-new19/image0/07.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image1/07.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=4bb7838beacfcd32300719de91ece87eb852fab39d4507957ce1bf53d2907347",
            "zipPath": "case-padaset-new19/image1/07.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image2/07.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=7395f004c372d91ea58ab2239c1c782a45f34ba207b4c9d33bc3c662e14eb1f3",
            "zipPath": "case-padaset-new19/image2/07.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image3/07.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=2e8bcc58351a1ce520a91994f05b3d9fd9393fb2b633dd14294d843db73f80f0",
            "zipPath": "case-padaset-new19/image3/07.jpg",
            "width": 1920,
            "height": 1080
          }
        ],
        "id": 3092291,
        "version": "Basic AI V1.0",
        "name": "07",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/point_cloud/09.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=3ce732af2178e9098988ce868b8a6fbaf34f13abc1aa328deaa9699073139224",
        "pointCloudZipPath": "case-padaset-new19/point_cloud/09.pcd",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/camera_config/09.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=cb56148fbc91100c0a69cbdbe3286da4c534742d21397bf3ef4151f94f486261",
        "cameraConfigZipPath": "case-padaset-new19/camera_config/09.json",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image0/09.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9b7e90560c3e6819cd36eae745125510eb2a7afdbef1bb9079f2c7a528c908f2",
            "zipPath": "case-padaset-new19/image0/09.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image1/09.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=881a12f6a69eefc0ca90a17a624626bace098fe4fdcb5e4d29ff0e0b8eb379e7",
            "zipPath": "case-padaset-new19/image1/09.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image2/09.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=49d5d39180a07dd420c97503e129ba64fd19b9f855f44d1b822d1a2c9e6679d6",
            "zipPath": "case-padaset-new19/image2/09.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image3/09.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=7eab61090c3a36297c03b2e888a11d345207778dd684671dc180ba9da5057897",
            "zipPath": "case-padaset-new19/image3/09.jpg",
            "width": 1920,
            "height": 1080
          }
        ],
        "id": 3092293,
        "version": "Basic AI V1.0",
        "name": "09",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/point_cloud/10.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=1a038f98837080ae06b6ddcb7b643ca2735b7f92806446cc2dd3cc6d827dd89a",
        "pointCloudZipPath": "case-padaset-new19/point_cloud/10.pcd",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/camera_config/10.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=37c57e63b35b361ea5392aca4764c2d3aa4509398f39d51915e1715eada494a3",
        "cameraConfigZipPath": "case-padaset-new19/camera_config/10.json",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image0/10.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=dbea2cfb95f1786e7e206a45dc70d398947c70bca175451ef2278b95526df2de",
            "zipPath": "case-padaset-new19/image0/10.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image1/10.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=7d5ee5a97d1ca273eefa959556aef2c8cf156143e79cea9726c72abbb956b3e6",
            "zipPath": "case-padaset-new19/image1/10.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image2/10.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ad81ececec3883aa5fe978ac898ea1db8514acb08b10b90abb5b4387c2c2b926",
            "zipPath": "case-padaset-new19/image2/10.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image3/10.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b13c38a59d1ee84b9d8f4e3cd5fd3eb24e480042154408a8f34df1902d07be81",
            "zipPath": "case-padaset-new19/image3/10.jpg",
            "width": 1920,
            "height": 1080
          }
        ],
        "id": 3092294,
        "version": "Basic AI V1.0",
        "name": "10",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/point_cloud/11.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c06815cb16ae69b6949f1ed576c77d6d59684e473bad4f1f57b81485aff8c603",
        "pointCloudZipPath": "case-padaset-new19/point_cloud/11.pcd",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/camera_config/11.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=25291d967f3edf0f2b07beb4ecf3bc74159ca2c46426b39c4481ccd86d8b8cf6",
        "cameraConfigZipPath": "case-padaset-new19/camera_config/11.json",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image0/11.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=52c503a829465e2db2b3b8b80aea6bb7df63ad07664af0e162c67bbdb09f36c0",
            "zipPath": "case-padaset-new19/image0/11.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image1/11.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=af017371b33e902f1682f2f98839e8431f8c9acbb4ef7f3f9ffa3dfebb206748",
            "zipPath": "case-padaset-new19/image1/11.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image2/11.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0b3aa3a63d242533a53ae1bc9101a32e502c440359fbf53c903bc23eccd42af3",
            "zipPath": "case-padaset-new19/image2/11.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image3/11.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0c7a171e3f2685de727d9f6db34abdf8c55c01ee309d847395895b5072f51926",
            "zipPath": "case-padaset-new19/image3/11.jpg",
            "width": 1920,
            "height": 1080
          }
        ],
        "id": 3092295,
        "version": "Basic AI V1.0",
        "name": "11",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/point_cloud/12.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=779fa72151aec8f36b4cbfbd3d02e4a5eaf6c58120566ef96e9ef40ee7d56760",
        "pointCloudZipPath": "case-padaset-new19/point_cloud/12.pcd",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/camera_config/12.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=56701ba48cd863f49bb5c5a05bfafaf8a78c89e612043649429145b28f7577b5",
        "cameraConfigZipPath": "case-padaset-new19/camera_config/12.json",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image0/12.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=54a61f5f45e3f5ce40766e64d81948ce28bce8d374fc03a33a692818af41f5bd",
            "zipPath": "case-padaset-new19/image0/12.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image1/12.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=80bbfd90030ac7f416a6f4eea743da8fbbb6a4e95ea9be857667ef02d69c385a",
            "zipPath": "case-padaset-new19/image1/12.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image2/12.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=bd8607d95f2e1a020c2f941dab3da95d9c4770d4dca5c80b6e686bb172e1b4c8",
            "zipPath": "case-padaset-new19/image2/12.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image3/12.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=944fe9deaf55cff1991f21dce76cdfdce1ed042b036d28de4f79ccb59757002b",
            "zipPath": "case-padaset-new19/image3/12.jpg",
            "width": 1920,
            "height": 1080
          }
        ],
        "id": 3092296,
        "version": "Basic AI V1.0",
        "name": "12",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/point_cloud/13.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=7559f774a08e488cca586f8c41cf917c3fc084541f0ff1624a01e6d6a2316e28",
        "pointCloudZipPath": "case-padaset-new19/point_cloud/13.pcd",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/camera_config/13.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6c8ed1a16647dc1cefdfdd517ca85dadae0f0e8e740b35659083d05d6f7970c9",
        "cameraConfigZipPath": "case-padaset-new19/camera_config/13.json",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image0/13.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=5f244137578ee42329b53ae9fea2891c1b638b98e400900ba3aeb1a9b0ec2dd3",
            "zipPath": "case-padaset-new19/image0/13.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image1/13.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=a81d2b03a4c6072dce5d54e93546a4717b3f831ba94691d4d5c2303cdf7d9b57",
            "zipPath": "case-padaset-new19/image1/13.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image2/13.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c13016f1a5e7ff4540d969efe74fea6d8be0f0dc04d9730a60bba48e5847217c",
            "zipPath": "case-padaset-new19/image2/13.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image3/13.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e9109cdfc68512895db5faf64cce12c72bfc2477e6bacf25183595b1c26d41fd",
            "zipPath": "case-padaset-new19/image3/13.jpg",
            "width": 1920,
            "height": 1080
          }
        ],
        "id": 3092297,
        "version": "Basic AI V1.0",
        "name": "13",
        "type": "LIDAR_FUSION"
      },
      {
        "pointCloudUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/point_cloud/14.pcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=522566dbdbf5b5a8c36cec5c976782c8d59a93cecfc84fc6806c25d69186b9b1",
        "pointCloudZipPath": "case-padaset-new19/point_cloud/14.pcd",
        "cameraConfigUrl": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/camera_config/14.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0d0a48cabec9b0701fb56f896865c4fe7476b46c58854af3647de32a810e7bb2",
        "cameraConfigZipPath": "case-padaset-new19/camera_config/14.json",
        "cameraImages": [
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image0/14.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=d86461b344b7fcb96d0ffa464e16e7a76d28fa3529f7569ef71c6ce4b8954a0c",
            "zipPath": "case-padaset-new19/image0/14.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image1/14.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=cee657c8dd13c4dd32ea3a162c636ae5a2320b4a226f2ebccb8b46a2d590c559",
            "zipPath": "case-padaset-new19/image1/14.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image2/14.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=84320891afd76363331926c000665bc794a7cbc25bc2a47c3fec064bb3208746",
            "zipPath": "case-padaset-new19/image2/14.jpg",
            "width": 1920,
            "height": 1080
          },
          {
            "url": "https://x1-community.alidev.beisai.com/minio/x1-community/1010/750058/667529389dc5470a9619cd2f4047b095/image3/14.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T090320Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0349bf20f0e29752fbb3ef3ef0c747f211517a7e828987323662da1960c60b35",
            "zipPath": "case-padaset-new19/image3/14.jpg",
            "width": 1920,
            "height": 1080
          }
        ],
        "id": 3092298,
        "version": "Basic AI V1.0",
        "name": "14",
        "type": "LIDAR_FUSION"
      }
    ],
    "results": [
      {
        "version": "Basic AI V1.0",
        "dataId": 3092154,
        "classificationValues": [
          {
            "id": "19",
            "values": [
              {
                "id": 19,
                "name": "classif",
                "type": "RADIO",
                "alias": "classif",
                "value": "q",
                "isLeaf": false
              },
              {
                "id": "373f2818-b643-4575-9f7a-f6e59a12448e",
                "pid": 19,
                "name": "r",
                "type": "MULTI_SELECTION",
                "alias": "r",
                "value": [
                  "t",
                  "ytr"
                ],
                "isLeaf": false
              },
              {
                "id": "3e375df0-dfda-49d9-95b0-59b93eaa6c59",
                "pid": "373f2818-b643-4575-9f7a-f6e59a12448e",
                "name": "yuy",
                "type": "RADIO",
                "alias": "yuy",
                "value": "ghg",
                "isLeaf": true,
                "pvalue": "ytr"
              }
            ]
          },
          {
            "id": "72",
            "values": []
          }
        ],
        "objects": [
          {
            "id": "9AD46823-B796-438C-A91A-E9FA5508035D",
            "type": "2D_RECT",
            "trackId": "uDgQp175OmSaq6fB",
            "trackName": "1",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [
                {
                  "x": 493.2647723087075,
                  "y": 486.55396602455585
                },
                {
                  "x": 493.2647723087075,
                  "y": 678.5059709429538
                },
                {
                  "x": 767.4819221921334,
                  "y": 678.5059709429538
                },
                {
                  "x": 767.4819221921334,
                  "y": 486.55396602455585
                }
              ],
              "size3D": {
                "x": 0,
                "y": 0,
                "z": 0
              },
              "center3D": {
                "x": 0,
                "y": 0,
                "z": 0
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0
              }
            },
            "modelClass": ""
          },
          {
            "id": "38B1356C-9E98-44BF-818A-D9F278E4F471",
            "type": "3D_BOX",
            "trackId": "mweM4LH5Uj8dcE3i",
            "trackName": "2",
            "classValues": [
              {
                "id": "8ccbab69-db14-4863-b89e-55fd0410e73b",
                "name": "q",
                "type": "RADIO",
                "alias": "q",
                "value": "e",
                "isLeaf": false
              },
              {
                "id": "3c31f7d1-aa70-4486-bf0e-1c7a5fc89797",
                "pid": "8ccbab69-db14-4863-b89e-55fd0410e73b",
                "name": "t",
                "type": "RADIO",
                "alias": "t",
                "value": "y",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 2394,
              "points": [],
              "size3D": {
                "x": 3.985541981829648,
                "y": 1.8476607786728607,
                "z": 1.6685550212860107
              },
              "center3D": {
                "x": -2.836516045839494,
                "y": 2.733307403350975,
                "z": 0.7424913644790649
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8589230179786682
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "40054023-CBA8-4F37-BFBC-0C5416F20668",
            "type": "3D_BOX",
            "trackId": "k2TAiSS0LUeqrloV",
            "trackName": "3",
            "classValues": [
              {
                "id": "8ccbab69-db14-4863-b89e-55fd0410e73b",
                "name": "q",
                "type": "RADIO",
                "alias": "q",
                "value": "e",
                "isLeaf": false
              },
              {
                "id": "3c31f7d1-aa70-4486-bf0e-1c7a5fc89797",
                "pid": "8ccbab69-db14-4863-b89e-55fd0410e73b",
                "name": "t",
                "type": "RADIO",
                "alias": "t",
                "value": "u",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 889,
              "points": [],
              "size3D": {
                "x": 4.20856090775996,
                "y": 1.73267798997081,
                "z": 1.3487496972084043
              },
              "center3D": {
                "x": -9.85396033840112,
                "y": 5.446082225864155,
                "z": 0.7127121388912201
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 1.2930315732955933
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "4AE07C19-0FE8-4376-8459-42CDF0E59143",
            "type": "3D_BOX",
            "trackId": "4f0spDPwlejj-Rwo",
            "trackName": "4",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 5.995019877716459,
                "y": 2.156400346705283,
                "z": 1.789164900779724
              },
              "center3D": {
                "x": 25.83379972464236,
                "y": 1.477898621465864,
                "z": 0.6187894940376282
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.24424409866333
              }
            },
            "modelClass": "Truck"
          },
          {
            "id": "C91B3A6A-61BD-4899-8034-3F93D27FF6E3",
            "type": "3D_BOX",
            "trackId": "gKwXsgYfFH9twJ0h",
            "trackName": "5",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.318783387927937,
                "y": 1.6488307893998808,
                "z": 0.9767064452171326
              },
              "center3D": {
                "x": -18.256501620233937,
                "y": 4.724287764309357,
                "z": 0.7615702450275421
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.300630569458008
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "D777D49C-F821-4783-8947-03BAC4CF28DB",
            "type": "3D_BOX",
            "trackId": "c10qVnyaRVnO6hAp",
            "trackName": "6",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.486473352372684,
                "y": 1.8143641076802624,
                "z": 1.4490783214569092
              },
              "center3D": {
                "x": -13.686610400596512,
                "y": 9.674598437732827,
                "z": 0.6425257921218872
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.2530875205993652
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "9601BEAA-4856-4A55-88FF-AD1B06F30CCD",
            "type": "3D_BOX",
            "trackId": "X3_9mU51D51uBAG_",
            "trackName": "7",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.82943443478473,
                "y": 1.5655601408211055,
                "z": 1.3063111901283264
              },
              "center3D": {
                "x": -13.976445020517932,
                "y": 27.894661005668127,
                "z": 0.5250775516033173
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.7948502898216248
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "E2B82AA7-F2FC-4413-9148-C89DB5822DD5",
            "type": "3D_BOX",
            "trackId": "SJE9JGAmaFtpEbac",
            "trackName": "8",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.798938566102208,
                "y": 1.7232657396534703,
                "z": 1.292165994644165
              },
              "center3D": {
                "x": 34.846818331874616,
                "y": -11.458259232387544,
                "z": 0.8839931488037109
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.222154140472412
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "1D51A7C7-6409-4CA0-ABFD-2DF17A454BEC",
            "type": "3D_BOX",
            "trackId": "2o4NtfaNzpTWrUnA",
            "trackName": "9",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.047060544141118,
                "y": 1.6644616715050802,
                "z": 1.4581807255744934
              },
              "center3D": {
                "x": 20.816958814431658,
                "y": 7.302536847617564,
                "z": 0.3652653694152832
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.2845518589019775
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "9FE6464D-B575-467B-A204-F6673E360203",
            "type": "3D_BOX",
            "trackId": "sA3vbtmZvvBiMlLu",
            "trackName": "10",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.716980545958563,
                "y": 1.894554305387828,
                "z": 1.3197214603424072
              },
              "center3D": {
                "x": 30.876864478868427,
                "y": -5.298452530005244,
                "z": 0.5968906879425049
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.167823314666748
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "72BA815D-66E1-4DED-8495-B272157D0415",
            "type": "3D_BOX",
            "trackId": "Z2PXNBg_SGo_3RU6",
            "trackName": "11",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 2.745599030480278,
                "y": 1.9639870650491955,
                "z": 1.2752304077148438
              },
              "center3D": {
                "x": -21.44964774004113,
                "y": 1.6728707540147798,
                "z": 0.7259701490402222
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.688119411468506
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "FC172699-65D3-4B3E-A400-8E9597895B67",
            "type": "3D_BOX",
            "trackId": "TRCEK8YSZaNqFlaa",
            "trackName": "12",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.940703584306732,
                "y": 2.021002294934192,
                "z": 1.5103467106819153
              },
              "center3D": {
                "x": 26.308452690697255,
                "y": 13.004617695554304,
                "z": 0.179271399974823
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 1.8949241638183592
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "517ADCDB-F4C8-4FC6-A43F-E18F88997A8D",
            "type": "3D_BOX",
            "trackId": "_4_Lh534xv1cbiRU",
            "trackName": "13",
            "classValues": [],
            "contour": {
              "pointN": 549,
              "points": [],
              "size3D": {
                "x": 4.09696240330311,
                "y": 1.86376174075059,
                "z": 1.310294270515442
              },
              "center3D": {
                "x": -13.726470408521434,
                "y": -8.161977308477175,
                "z": 0.8624301552772522
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8507142663002014
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "D40D58E8-2D3A-4D73-A7AA-3E88198AEDF6",
            "type": "3D_BOX",
            "trackId": "4Y812eaqSGQZ-Zpb",
            "trackName": "14",
            "classValues": [
              {
                "id": "bf05b816-f21c-44d0-9550-71ec969cd79e",
                "name": "attr1",
                "type": "RADIO",
                "alias": "attr1",
                "value": "option1",
                "isLeaf": false
              },
              {
                "id": "aa4a9f20-a006-4d14-b833-ec31d59d9bfb",
                "pid": "bf05b816-f21c-44d0-9550-71ec969cd79e",
                "name": "op1_attr1",
                "type": "RADIO",
                "alias": "op1_attr1",
                "value": "op1_op1",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 2136,
              "points": [],
              "size3D": {
                "x": 4.493157391919738,
                "y": 1.796358343752118,
                "z": 1.6078004240989685
              },
              "center3D": {
                "x": -1.9104216235029037,
                "y": -7.687118404375496,
                "z": 0.5450408756732941
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.4962739646434784
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "18BD4B37-6DD7-4E70-9726-9B2CC221CEBD",
            "type": "3D_BOX",
            "trackId": "U_xo3BbrcN1L9QdV",
            "trackName": "15",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 5.463584042517027,
                "y": 2.0009623470382394,
                "z": 1.9476783275604248
              },
              "center3D": {
                "x": -38.65507920250363,
                "y": -21.28171870459551,
                "z": 1.1979681253433228
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.3182578086853027
              }
            },
            "modelClass": "Truck"
          },
          {
            "id": "B9FE72CC-3492-426B-96F8-0DECD3F9226E",
            "type": "3D_BOX",
            "trackId": "a9AxpFeLJBBylICX",
            "trackName": "16",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.762979369165805,
                "y": 1.9567507418407215,
                "z": 1.5486738085746763
              },
              "center3D": {
                "x": 13.83032829765158,
                "y": 19.042286847966366,
                "z": 0.44130006432533264
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8599448204040527
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "261AA691-2E11-4968-90AD-D711AF791AA1",
            "type": "3D_BOX",
            "trackId": "Yeuj7eyoyZX8KfX5",
            "trackName": "17",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 1.0201001547474675,
                "y": 0.7119356526295633,
                "z": 1.4757245182991028
              },
              "center3D": {
                "x": -17.650798323501583,
                "y": -12.73908586305422,
                "z": 1.0464474856853485
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.9036113023757936
              }
            },
            "modelClass": "Motorcycle"
          },
          {
            "id": "552BCB1B-43D6-4E9B-8249-D92115DAC6B1",
            "type": "3D_BOX",
            "trackId": "7XOtzz_7kodIXPNi",
            "trackName": "18",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.896398798538037,
                "y": 1.9211970935380407,
                "z": 1.2794146537780762
              },
              "center3D": {
                "x": 2.8411442974393264,
                "y": 19.071773864028376,
                "z": 0.6781244277954102
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.002624988555908
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "B331B649-DB00-4896-9BCA-FAF1CABEF602",
            "type": "3D_BOX",
            "trackId": "ty97giOGhi1Zg2fY",
            "trackName": "19",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.099457594611266,
                "y": 1.773496966393708,
                "z": 1.4421846866607666
              },
              "center3D": {
                "x": -6.9575610904777605,
                "y": 26.3262067266388,
                "z": 0.47809112071990967
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.7791308164596558
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "81CDFB33-03E5-45B3-A1ED-0F50004096E3",
            "type": "3D_BOX",
            "trackId": "Bv8kYU_C4r8ZinES",
            "trackName": "20",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 5.354972634755143,
                "y": 1.6922743962034588,
                "z": 1.515365183353424
              },
              "center3D": {
                "x": 8.821897586556744,
                "y": -6.881669467835938,
                "z": 0.311890572309494
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.877460479736328
              }
            },
            "modelClass": "Truck"
          },
          {
            "id": "27956E20-94CA-4D89-B3AD-FE307C2ADF87",
            "type": "3D_BOX",
            "trackId": "aTOFh21B8fmEjBxB",
            "trackName": "21",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 2.9802723737756196,
                "y": 1.636240702512055,
                "z": 1.2621729373931885
              },
              "center3D": {
                "x": -19.16373825641404,
                "y": -18.74047435872095,
                "z": 0.9269592761993408
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.7679237723350525
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "11712B3E-8B73-487C-8313-16A07650C3E7",
            "type": "3D_BOX",
            "trackId": "smdlimw_aNnL4xqO",
            "trackName": "22",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.732639321160377,
                "y": 1.6983323086776636,
                "z": 1.5349483489990234
              },
              "center3D": {
                "x": -8.747431229748473,
                "y": 23.222781481571236,
                "z": 0.5221526622772217
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.7699426412582397
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "06BCEE44-8455-4261-8648-67463492523D",
            "type": "3D_BOX",
            "trackId": "NrE4iAOSwKjqjLOm",
            "trackName": "23",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 2.1261761371990815,
                "y": 0.6891363907131449,
                "z": 1.1788660287857056
              },
              "center3D": {
                "x": 16.43362283288884,
                "y": 14.639602585508747,
                "z": -0.08491461724042892
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -1.2138421535491943
              }
            },
            "modelClass": "Motorcycle"
          },
          {
            "id": "E903D88F-535E-4F98-880B-D8D3F1621A32",
            "type": "3D_BOX",
            "trackId": "y-oBmDPTtB8Y7YWC",
            "trackName": "24",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 2.5294348269950717,
                "y": 1.3799438110851554,
                "z": 1.3584125638008118
              },
              "center3D": {
                "x": 4.729024062818754,
                "y": 4.637351655733302,
                "z": 1.0671710669994354
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8298180103302002
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "42FFB640-F9F2-420E-AE7E-2F39EA9B8BC2",
            "type": "3D_BOX",
            "trackId": "CHtVpSFEzdo7IF4d",
            "trackName": "25",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 2.4752008084851695,
                "y": 2.2258702320650627,
                "z": 1.688241958618164
              },
              "center3D": {
                "x": 39.06644913514617,
                "y": -16.764433752088127,
                "z": 1.0749727487564087
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.8115121126174927
              }
            },
            "modelClass": "Truck"
          },
          {
            "id": "55CA96D0-EF7E-496A-A64A-C4A96DDB0575",
            "type": "3D_BOX",
            "trackId": "PI61nZ1WD46HRhe0",
            "trackName": "26",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 0.2765948767755617,
                "y": 2.0495666138357365,
                "z": 2.9824239015579224
              },
              "center3D": {
                "x": -24.70880474913929,
                "y": -40.01647748029211,
                "z": 1.2207712531089785
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.3727006912231445
              }
            },
            "modelClass": "Bus"
          },
          {
            "id": "5E244EF3-5E67-4429-AE6F-D56D0A0B70C1",
            "type": "3D_BOX",
            "trackId": "QjFununG3ggVkf9Z",
            "trackName": "27",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 5.961766778716992,
                "y": 2.88686995720127,
                "z": 3.088349223136902
              },
              "center3D": {
                "x": 39.573123796951776,
                "y": 50.994385046054305,
                "z": -0.198699988424778
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.250333070755005
              }
            },
            "modelClass": "Bus"
          }
        ]
      },
      {
        "version": "Basic AI V1.0",
        "dataId": 3092156,
        "objects": [
          {
            "id": "34D85482-777A-43A9-9F85-7CDBB1754CAB",
            "trackId": "GRqKRgYh6JHXNdZg",
            "trackName": "1",
            "modelClass": "Car"
          },
          {
            "id": "F81F7A8C-0DA2-4521-BF97-37721FD0425C",
            "trackId": "0AhJhGux8r6Tc6c4",
            "trackName": "2",
            "modelClass": "Car"
          },
          {
            "id": "2859CCBA-6023-4656-B5D4-E497D19EF0A8",
            "trackId": "rA_lKvIF6DAzf_p5",
            "trackName": "3",
            "modelClass": "Car"
          },
          {
            "id": "1AF64832-52B7-4F33-B5FB-67FA61B078F8",
            "trackId": "86OpbVXpgE7D-QOj",
            "trackName": "4",
            "modelClass": "Car"
          },
          {
            "id": "81D72CC3-4C3B-459D-9E81-B6B14000AC0C",
            "trackId": "OPFr1wVHliFxKKCK",
            "trackName": "5",
            "modelClass": "Car"
          },
          {
            "id": "CBB5005B-AEDD-4980-B2E6-B58282BE3F43",
            "trackId": "J00kMk7cbi39ofDy",
            "trackName": "6",
            "modelClass": "Truck"
          },
          {
            "id": "4B7A0478-27A2-408F-933A-CEBDC156BB52",
            "trackId": "sKc3i89puC8N42M1",
            "trackName": "7",
            "modelClass": "Car"
          },
          {
            "id": "9701A224-8D75-4DB1-B529-252FBF83DD41",
            "trackId": "hhue7ORIcT_-BvZn",
            "trackName": "8",
            "modelClass": "Car"
          },
          {
            "id": "AC038EB8-8617-443A-B1B8-90FB18FC43CD",
            "trackId": "pPvMH-jwqQsG4TuE",
            "trackName": "9",
            "modelClass": "Car"
          },
          {
            "id": "61124D06-6968-40FE-97E9-E613937C73A4",
            "trackId": "WZsbzDGXeTD2vpgt",
            "trackName": "10",
            "modelClass": "Car"
          },
          {
            "id": "C72C87D3-CCC2-4111-8FF0-7A8A979B6450",
            "trackId": "QiGvmHHuXgAAg14-",
            "trackName": "11",
            "modelClass": "Car"
          },
          {
            "id": "DEC94E35-42E6-4744-A7BE-7302BC528F18",
            "trackId": "-yicPOtF-ksorJNp",
            "trackName": "12",
            "modelClass": "Car"
          },
          {
            "id": "6C434DAC-31CE-41AD-867D-F282547FA585",
            "trackId": "VIu0zLPpbfMsCcAF",
            "trackName": "13",
            "modelClass": "Car"
          },
          {
            "id": "11F3BE8F-ADA4-4E5C-9D75-587C65C41912",
            "trackId": "5xFXx_SAwEwka5nx",
            "trackName": "14",
            "modelClass": "Car"
          },
          {
            "id": "DE370281-6F0D-4324-A3DD-2214F00B00C8",
            "trackId": "3jBOCiBuyk6-q_sn",
            "trackName": "15",
            "modelClass": "Car"
          },
          {
            "id": "29633249-0768-4D85-B41C-4FB65063159B",
            "trackId": "QwA5dxl1HM5YrDIb",
            "trackName": "16",
            "modelClass": "Car"
          },
          {
            "id": "62B1069C-E236-4776-8CC6-F2EC0A57EB1F",
            "trackId": "c7Sz-kbuM-MzHKUp",
            "trackName": "17",
            "modelClass": "Car"
          },
          {
            "id": "6C3F2A45-51BA-4073-8E34-9C1155210DC9",
            "trackId": "591-d6gK_OjGfk2R",
            "trackName": "18",
            "modelClass": "Truck"
          },
          {
            "id": "9D313016-C87B-423B-A7EF-3F9975E9E118",
            "trackId": "nIlcchkV5QRE8rib",
            "trackName": "19",
            "modelClass": "Car"
          },
          {
            "id": "B3990258-5798-466B-A981-F0C794F1A166",
            "trackId": "YXgMvizMpC1TUD_r",
            "trackName": "20",
            "modelClass": "Motorcycle"
          },
          {
            "id": "130A7EAB-C659-402E-9A27-63687D0C3B79",
            "trackId": "y1ieonblMZVN_MDq",
            "trackName": "21",
            "modelClass": "Truck"
          },
          {
            "id": "D820D17D-21EB-4894-B3E8-B4F3E242F216",
            "trackId": "a2lNTTU_K_zwP2iF",
            "trackName": "22",
            "modelClass": "Car"
          },
          {
            "id": "08B7B382-0F94-4E01-8F7D-176BD4913780",
            "trackId": "_9JhQnYEw8cILd15",
            "trackName": "23",
            "modelClass": "Motorcycle"
          },
          {
            "id": "C8D4A88F-47E4-422B-ABF0-1292B4120FE3",
            "trackId": "uAO8yt3LpXWn_Dr9",
            "trackName": "24",
            "modelClass": "Car"
          },
          {
            "id": "6E6B6DC6-95FB-4AEE-91C0-9300024434EF",
            "trackId": "h-yLnA_mX32iUskq",
            "trackName": "25",
            "modelClass": "Car"
          },
          {
            "id": "B2599736-92E3-4110-BBEC-A91BA9B47C5E",
            "trackId": "HZpZvtSeBYzLbh3U",
            "trackName": "26",
            "modelClass": "Car"
          },
          {
            "id": "005C4545-CF1F-44F3-A932-35E32DC3F786",
            "trackId": "C7E9qdd4JePLy_Bg",
            "trackName": "27",
            "modelClass": "Car"
          },
          {
            "id": "DC26900B-7034-48B5-AB8C-B5E8E439E1AF",
            "trackId": "pKLsXQb5Kg6DzDUf",
            "trackName": "28",
            "modelClass": "Car"
          },
          {
            "id": "1B2D76C9-6796-4155-97D4-61F0063A80A6",
            "trackId": "OA_VSXRERqbwa628",
            "trackName": "29",
            "modelClass": "Car"
          }
        ]
      },
      {
        "version": "Basic AI V1.0",
        "dataId": 3092157,
        "classificationValues": [
          {
            "id": "19",
            "values": []
          },
          {
            "id": "72",
            "values": []
          }
        ],
        "objects": [
          {
            "id": "C5759541-DD8D-42B2-B949-E32F7FE0CCA2",
            "type": "3D_BOX",
            "trackId": "PHQxjr6nen7p2QTi",
            "trackName": "1",
            "classValues": [],
            "contour": {
              "pointN": 547,
              "points": [],
              "size3D": {
                "x": 4.273670320751592,
                "y": 1.6837463108462316,
                "z": 1.5692139267921448
              },
              "center3D": {
                "x": -13.943319349655386,
                "y": 9.33023736590627,
                "z": 0.5770160853862762
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.309821128845215
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "ADCFD15B-76F2-42C2-9C22-FE97A9AC4D01",
            "type": "3D_BOX",
            "trackId": "JplzCMg5d0lV8SmH",
            "trackName": "2",
            "classValues": [],
            "contour": {
              "pointN": 722,
              "points": [],
              "size3D": {
                "x": 4.190622099506527,
                "y": 1.8331793019153793,
                "z": 1.3120229244232178
              },
              "center3D": {
                "x": -15.91553440031452,
                "y": -10.320618109200748,
                "z": 0.884550929069519
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.825709342956543
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "5CCE21B8-1A41-4D34-9A44-ACC1055B9A76",
            "type": "3D_BOX",
            "trackId": "XWrmCmSbbQKQMwSM",
            "trackName": "3",
            "classValues": [],
            "contour": {
              "pointN": 635,
              "points": [],
              "size3D": {
                "x": 4.29855514203885,
                "y": 1.763899712966662,
                "z": 1.3807539343833923
              },
              "center3D": {
                "x": -4.924663082547533,
                "y": 10.840981084062122,
                "z": 0.612207442522049
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.2333810329437256
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "266091A4-3FBD-404D-97D9-E502BF3DF490",
            "type": "3D_BOX",
            "trackId": "xbpCPGS_B_0-O9_Y",
            "trackName": "4",
            "classValues": [
              {
                "id": "8ccbab69-db14-4863-b89e-55fd0410e73b",
                "name": "q",
                "alias": "q",
                "value": "e",
                "isLeaf": false
              },
              {
                "id": "3c31f7d1-aa70-4486-bf0e-1c7a5fc89797",
                "pid": "8ccbab69-db14-4863-b89e-55fd0410e73b",
                "name": "t",
                "alias": "t",
                "value": "y",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 2044,
              "points": [],
              "size3D": {
                "x": 4.493379068089354,
                "y": 1.7791227399234089,
                "z": 1.6949093341827393
              },
              "center3D": {
                "x": -5.125540339666559,
                "y": -9.66059012804563,
                "z": 0.6017990112304688
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.6812335848808289
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "4A354537-5F93-4408-A852-180B880390C7",
            "type": "3D_BOX",
            "trackId": "jAPWmPpc5oxRPcMn",
            "trackName": "5",
            "classValues": [],
            "contour": {
              "pointN": 1086,
              "points": [],
              "size3D": {
                "x": 5.920236765027283,
                "y": 2.077383763046214,
                "z": 1.830576479434967
              },
              "center3D": {
                "x": 25.808948125865975,
                "y": 1.4610210423512484,
                "z": 0.5936820209026337
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.290353775024414
              }
            },
            "modelClass": "Truck"
          },
          {
            "id": "1CBA45C2-0411-4587-92E4-BE4CB5B32711",
            "type": "3D_BOX",
            "trackId": "-gSevQct9zMjwF0K",
            "trackName": "6",
            "classValues": [],
            "contour": {
              "pointN": 3036,
              "points": [],
              "size3D": {
                "x": 5.263282378218975,
                "y": 2.0235122205957055,
                "z": 1.5446165800094604
              },
              "center3D": {
                "x": 4.533102528799133,
                "y": -6.1532254796156245,
                "z": 0.3125951886177063
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.007702665403485298
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "735A7A64-0C04-4A73-94C9-65FD9E5241C1",
            "type": "3D_BOX",
            "trackId": "3itBJgs-thV0ueXP",
            "trackName": "7",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.685219216817771,
                "y": 1.774463836055446,
                "z": 1.2699590921401978
              },
              "center3D": {
                "x": 30.849816363929005,
                "y": -5.347736343342757,
                "z": 0.5900042653083801
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.191537380218506
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "62B1798D-5CEF-49E2-973F-47C49D45ABE9",
            "type": "3D_BOX",
            "trackId": "YaNuLSonMprpovRY",
            "trackName": "8",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.214085761823895,
                "y": 1.7954830904844243,
                "z": 1.3920666575431824
              },
              "center3D": {
                "x": -7.062497648350518,
                "y": 26.417728954437695,
                "z": 0.4892409145832062
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.8076415061950684
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "A1D5C9FC-DB33-41FB-9CB0-8B0985DB3530",
            "type": "3D_BOX",
            "trackId": "v2pxIpBXshSAb4cJ",
            "trackName": "9",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.833678076788829,
                "y": 1.2867290562355151,
                "z": 1.2240853905677795
              },
              "center3D": {
                "x": 34.72833860330163,
                "y": -11.595604264569356,
                "z": 0.9281713664531708
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.1685917377471924
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "557B018A-FAE2-48EA-BB47-A4DE5F91879B",
            "type": "3D_BOX",
            "trackId": "anCoXsTfWA-p9N_2",
            "trackName": "10",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.500949900925065,
                "y": 1.6347087219734533,
                "z": 1.2876344919204712
              },
              "center3D": {
                "x": -18.27759396721079,
                "y": 4.69712828960342,
                "z": 0.5879369378089905
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.2823486328125
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "EBA305B3-905C-4D60-883E-58D7DCBB4359",
            "type": "3D_BOX",
            "trackId": "7hulCtqS99PDgxuk",
            "trackName": "11",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.8003550510636614,
                "y": 1.9072490465644591,
                "z": 1.1551949977874756
              },
              "center3D": {
                "x": -14.123849359068158,
                "y": 28.21860753368827,
                "z": 0.5257488489151001
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.7714058756828308
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "49ECFDAA-A6E7-4020-AA95-B51FABDFD2E9",
            "type": "3D_BOX",
            "trackId": "I4ir2TrvTkjmQCFs",
            "trackName": "12",
            "classValues": [],
            "contour": {
              "pointN": 2426,
              "points": [],
              "size3D": {
                "x": 3.959005603651576,
                "y": 1.6833262313722344,
                "z": 1.3769255876541138
              },
              "center3D": {
                "x": 20.81937699646691,
                "y": 7.201531588977356,
                "z": 0.43493229150772095
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.2537660598754883
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "D720699A-D522-4D19-AD74-12D45D557A62",
            "type": "3D_BOX",
            "trackId": "4vzzuphJH4VgV0Vo",
            "trackName": "13",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.307865666465773,
                "y": 1.7388430844844152,
                "z": 1.2540752291679382
              },
              "center3D": {
                "x": 26.432840515092245,
                "y": 11.954564604619904,
                "z": 0.30216583609580994
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 1.889715790748596
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "DED53959-EBA0-4A4E-B6C7-6CEC757F1D18",
            "type": "3D_BOX",
            "trackId": "cgaB_EjweS-nkIz5",
            "trackName": "14",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.774425402695442,
                "y": 1.9350802653780192,
                "z": 1.4289675951004028
              },
              "center3D": {
                "x": 9.514474137487174,
                "y": 14.57068760969175,
                "z": 0.6296973824501038
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8555680513381958
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "4F7221DC-91FB-4D0C-B553-2C0A33563D1F",
            "type": "3D_BOX",
            "trackId": "-4Hy8l7DfvljqEXb",
            "trackName": "15",
            "classValues": [
              {
                "id": "bf05b816-f21c-44d0-9550-71ec969cd79e",
                "name": "attr1",
                "alias": "attr1",
                "value": "option1",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 1213,
              "points": [],
              "size3D": {
                "x": 3.910777694508852,
                "y": 1.9616329038987033,
                "z": 1.7526214122772217
              },
              "center3D": {
                "x": -10.39342865638725,
                "y": -9.611415574816135,
                "z": 0.9517146348953248
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8251717686653137
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "F6A8B96E-D12E-4B19-84A9-72D589EF9F08",
            "type": "3D_BOX",
            "trackId": "o5eiCwAbQ2fIqhOx",
            "trackName": "16",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 1.586464146382312,
                "y": 2.009670132785459,
                "z": 1.0278301239013672
              },
              "center3D": {
                "x": -21.35020846496964,
                "y": 1.0503827919714792,
                "z": 0.8246853351593018
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.941822290420532
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "5DC1E272-D4D1-4290-9421-8968A40B8C2A",
            "type": "3D_BOX",
            "trackId": "0KCQoe_o8u36m_XF",
            "trackName": "17",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.548174381609755,
                "y": 1.644109786666604,
                "z": 1.3342827558517456
              },
              "center3D": {
                "x": -8.86349487616124,
                "y": 23.276076967815616,
                "z": 0.5859827399253845
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.7910093665122986
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "022380C3-8333-4928-B103-F0137D129105",
            "type": "3D_BOX",
            "trackId": "66_KQKXGteDH0pgV",
            "trackName": "18",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.108263296746117,
                "y": 1.8299973362421724,
                "z": 1.3550866842269895
              },
              "center3D": {
                "x": 7.365547344103628,
                "y": 24.397649823218057,
                "z": 0.5235820412635803
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.2583975791931152
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "C8CE1C72-A3CE-4E26-9B5A-9F3934C89B05",
            "type": "3D_BOX",
            "trackId": "ZSlclEIf04Wmi49K",
            "trackName": "19",
            "classValues": [],
            "contour": {
              "pointN": 176,
              "points": [],
              "size3D": {
                "x": 4.808097351694357,
                "y": 2.245534513483051,
                "z": 1.9667540788650513
              },
              "center3D": {
                "x": -33.270842559082624,
                "y": -15.858375667907849,
                "z": 1.1654555201530457
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.59713077545166
              }
            },
            "modelClass": "Truck"
          },
          {
            "id": "DA2D93D1-1FEF-4F5B-AE02-96FD85E5AF64",
            "type": "3D_BOX",
            "trackId": "ZoNhd50DMNzNX7Bu",
            "trackName": "20",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.5242704200819617,
                "y": 1.7710030334429805,
                "z": 1.459637999534607
              },
              "center3D": {
                "x": 20.937869885676385,
                "y": 31.458258242655223,
                "z": 1.0041785836219788
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.391777753829956
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "CA7286FC-280E-4E8C-A438-7F62A21462BF",
            "type": "3D_BOX",
            "trackId": "1Th8aRYyPsVzGz-j",
            "trackName": "21",
            "classValues": [],
            "contour": {
              "pointN": 2100,
              "points": [],
              "size3D": {
                "x": 4.002513498056871,
                "y": 1.753865923693347,
                "z": 1.6994802951812744
              },
              "center3D": {
                "x": -5.994358928964085,
                "y": -0.6061409829147862,
                "z": 0.7683215141296387
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8068528771400452
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "30A0FCC5-0391-4EF8-9C21-BED38860126F",
            "type": "3D_BOX",
            "trackId": "fzblAgZyzwfZp9ns",
            "trackName": "22",
            "classValues": [],
            "contour": {
              "pointN": 47,
              "points": [],
              "size3D": {
                "x": 3.1863250170730453,
                "y": 1.5211415379702655,
                "z": 1.2993663549423218
              },
              "center3D": {
                "x": -19.4239507291362,
                "y": -19.09680869955943,
                "z": 0.9155358672142028
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8124688267707825
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "9DDEA4F3-A773-4648-9617-28502EC72D8F",
            "type": "3D_BOX",
            "trackId": "QuGI44wJtb2sBT1e",
            "trackName": "23",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 1.2858563008231272,
                "y": 0.7926722844653113,
                "z": 1.5142191052436829
              },
              "center3D": {
                "x": -19.750176188921927,
                "y": -14.878115279951562,
                "z": 0.9780217111110688
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8879408836364746
              }
            },
            "modelClass": "Motorcycle"
          },
          {
            "id": "CDD9B739-545F-4B1C-83C9-78E770FB3B43",
            "type": "3D_BOX",
            "trackId": "H4k5BjIYdMKQREjR",
            "trackName": "24",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 0.4671906303731817,
                "y": 0.4235186227454051,
                "z": 1.4322640299797058
              },
              "center3D": {
                "x": 24.78532569253369,
                "y": 53.74974913023656,
                "z": 0.9993440210819244
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -1.4448683261871338
              }
            },
            "modelClass": "Pedestrian"
          },
          {
            "id": "5663220F-9FAB-489C-8115-AD13D441C365",
            "type": "3D_BOX",
            "trackId": "RMcsZJ0XSXgUWB-G",
            "trackName": "25",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 2.1460918422983752,
                "y": 0.722601614359661,
                "z": 1.2372623085975647
              },
              "center3D": {
                "x": 12.096363207514562,
                "y": 10.367030041152846,
                "z": -0.05329533666372299
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -1.2546366453170776
              }
            },
            "modelClass": "Motorcycle"
          },
          {
            "id": "BE4403AB-B223-43CF-91C4-B80C7776C6FF",
            "type": "3D_BOX",
            "trackId": "w9WXVWYQZFY5blQX",
            "trackName": "26",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 2.690060732169514,
                "y": 1.751585671009252,
                "z": 1.5704052448272705
              },
              "center3D": {
                "x": -43.69547444972501,
                "y": -44.3879264753684,
                "z": 1.0466208457946775
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.6416694521903992
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "8AAED0B6-B8A9-4F95-A179-6AD258A572EB",
            "type": "3D_BOX",
            "trackId": "LLwGwGWQEtB049qK",
            "trackName": "27",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.1635439329675137,
                "y": 2.149323325294631,
                "z": 1.8368487358093264
              },
              "center3D": {
                "x": 12.37948843549043,
                "y": -34.66929329642316,
                "z": 0.44316136837005615
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.4689176082611084
              }
            },
            "modelClass": "Bus"
          },
          {
            "id": "462E311A-FC00-418F-9645-B13ECB6409D7",
            "type": "3D_BOX",
            "trackId": "9pq0DGq-iUqZSDRm",
            "trackName": "28",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 5.948236984749883,
                "y": 2.4513485584429873,
                "z": 1.5031338930130005
              },
              "center3D": {
                "x": 40.18357597352682,
                "y": -18.18612729637005,
                "z": 1.0219168066978457
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.3187479972839355
              }
            },
            "modelClass": "Truck"
          }
        ]
      },
      {
        "version": "Basic AI V1.0",
        "dataId": 3092159,
        "classificationValues": [
          {
            "id": "19",
            "values": [
              {
                "id": 19,
                "name": "classif",
                "alias": "classif",
                "value": "q",
                "isLeaf": false
              },
              {
                "id": "9065e37b-cb19-475f-aef3-ad9f4f2f4878",
                "pid": 19,
                "name": "r",
                "alias": "r",
                "value": [
                  "t",
                  "y"
                ],
                "isLeaf": true
              }
            ]
          },
          {
            "id": "72",
            "values": []
          }
        ],
        "objects": [
          {
            "id": "9D47B748-3FB0-47F9-BBB7-430C1F3E31E5",
            "type": "3D_BOX",
            "trackId": "j28iZEIz9JSj2u1Z",
            "trackName": "1",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.2554092406129485,
                "y": 1.7445514699130626,
                "z": 1.52552330493927
              },
              "center3D": {
                "x": -13.939069104413903,
                "y": 9.350426506911589,
                "z": 0.6137757897377014
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.267709732055664
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "2937427C-0CA1-4D1F-955C-A5492CA5D2C0",
            "type": "3D_BOX",
            "trackId": "9bDv__EmlmUwFpz9",
            "trackName": "2",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.343759880478984,
                "y": 1.0545479427678115,
                "z": 1.3411664366722107
              },
              "center3D": {
                "x": -6.05593263681445,
                "y": 9.096266275421277,
                "z": 0.6462258398532867
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.1933188438415527
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "049DF60B-94F3-4601-884B-C18EEBC5737A",
            "type": "3D_BOX",
            "trackId": "WXJl7gqnBF2VYQSN",
            "trackName": "3",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.042581780788339,
                "y": 1.7502653116374065,
                "z": 1.4004874229431152
              },
              "center3D": {
                "x": -15.259005557484784,
                "y": -9.751540718995566,
                "z": 0.8289389610290527
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8491273522377014
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "743F984E-2AA8-4521-93E6-CA06869E4264",
            "type": "3D_BOX",
            "trackId": "HVBMmeO4o3JIWajA",
            "trackName": "4",
            "classValues": [
              {
                "id": "8ccbab69-db14-4863-b89e-55fd0410e73b",
                "name": "q",
                "alias": "q",
                "value": "e",
                "isLeaf": false
              },
              {
                "id": "3c31f7d1-aa70-4486-bf0e-1c7a5fc89797",
                "pid": "8ccbab69-db14-4863-b89e-55fd0410e73b",
                "name": "t",
                "alias": "t",
                "value": "y",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 2330,
              "points": [],
              "size3D": {
                "x": 3.970349109344951,
                "y": 1.7733153497006595,
                "z": 1.6187564134597778
              },
              "center3D": {
                "x": -5.169164745502505,
                "y": 0.34601630523884125,
                "z": 0.8107556700706482
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.849152147769928
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "29DDCDF7-B173-454B-934E-E9B6107438F5",
            "type": "3D_BOX",
            "trackId": "0xj9SqmH5qUm9dea",
            "trackName": "5",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.259791958662504,
                "y": 1.7171757489325046,
                "z": 1.2524899244308472
              },
              "center3D": {
                "x": 6.168567835939127,
                "y": 22.966149223964145,
                "z": 0.4893450140953064
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.2822954654693604
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "CEE8F324-91C1-4319-896B-72996A757035",
            "type": "3D_BOX",
            "trackId": "jyyh4KsGWqMDtWLr",
            "trackName": "6",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.777435280301518,
                "y": 1.7375152200594357,
                "z": 1.3330087661743164
              },
              "center3D": {
                "x": 26.38434040659188,
                "y": 12.194432955560655,
                "z": 0.23525530099868777
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 1.778337001800537
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "190EE6A0-F34D-446C-91FA-D4E599DF9144",
            "type": "3D_BOX",
            "trackId": "eY1679f1XPFLD8Or",
            "trackName": "7",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.947938495109213,
                "y": 1.7174986126665317,
                "z": 1.3502451181411743
              },
              "center3D": {
                "x": -13.9989393786813,
                "y": 27.936283866757947,
                "z": 0.4443945288658142
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.7446491122245789
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "6CA33A17-3032-454B-B622-B647F2A5EFF5",
            "type": "3D_BOX",
            "trackId": "MEKkGtVgFX1yovwk",
            "trackName": "8",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.5225816111449575,
                "y": 1.6149765728138163,
                "z": 1.2648309469223022
              },
              "center3D": {
                "x": -18.28087290339821,
                "y": 4.719593410471509,
                "z": 0.6094359755516052
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.263178825378418
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "BEB1D96D-D4E1-4E72-8B20-B73AB1A6C510",
            "type": "3D_BOX",
            "trackId": "XUkWpZ6rIhQu7H-7",
            "trackName": "9",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 5.986015771847178,
                "y": 2.134695063550353,
                "z": 1.7514547109603882
              },
              "center3D": {
                "x": 25.864058028028612,
                "y": 1.4640478131255392,
                "z": 0.601054847240448
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.2590794563293457
              }
            },
            "modelClass": "Truck"
          },
          {
            "id": "6AAA161F-B329-40D5-A412-E098C8AA0E29",
            "type": "3D_BOX",
            "trackId": "fmwddwW9EnK9HeWF",
            "trackName": "10",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.672535012657818,
                "y": 1.9544598573749568,
                "z": 1.4248775839805603
              },
              "center3D": {
                "x": 10.657943764223644,
                "y": 15.780554380407828,
                "z": 0.6058742105960846
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8121123909950256
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "C25286D0-2435-476B-BBCA-5485879E9AAA",
            "type": "3D_BOX",
            "trackId": "RvgbuD_nA9SEDNFU",
            "trackName": "11",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.725972110804207,
                "y": 1.756091992471056,
                "z": 1.3100862503051758
              },
              "center3D": {
                "x": 30.846147945767388,
                "y": -5.326795089303583,
                "z": 0.6388355493545532
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.177866220474243
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "1EB84120-C445-4E68-9323-15817E0249D6",
            "type": "3D_BOX",
            "trackId": "PXkKsxwLYQk-zj7R",
            "trackName": "12",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.020960104293337,
                "y": 1.6911750602834132,
                "z": 1.2290195226669312
              },
              "center3D": {
                "x": -21.98966549163196,
                "y": 1.3245458834332378,
                "z": 0.7179743647575378
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.4584226608276367
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "289DDCC3-B42A-4E4F-9E31-632357D5D8C0",
            "type": "3D_BOX",
            "trackId": "1ytpEmHjNZH_2LE7",
            "trackName": "13",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 5.713124431071719,
                "y": 1.9943190432175015,
                "z": 1.9361841678619385
              },
              "center3D": {
                "x": -35.066278150328635,
                "y": -17.719583381783234,
                "z": 1.1615163087844849
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.310697555541992
              }
            },
            "modelClass": "Truck"
          },
          {
            "id": "888DAE27-D3C2-468E-BD09-B11700D13A19",
            "type": "3D_BOX",
            "trackId": "nJesUj8faS0TJhTr",
            "trackName": "14",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.120823423766012,
                "y": 1.88466045113114,
                "z": 1.7299559116363523
              },
              "center3D": {
                "x": -9.73334672933177,
                "y": -8.902186231590363,
                "z": 0.8967722654342651
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.7446898221969604
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "1D4E2300-2359-4488-85D8-D38B6D5951B4",
            "type": "3D_BOX",
            "trackId": "6MTxW99HtpdqI8Gg",
            "trackName": "15",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.566302963554961,
                "y": 1.7103820619147996,
                "z": 1.5046880841255188
              },
              "center3D": {
                "x": -8.812327602749967,
                "y": 23.223875074256227,
                "z": 0.47718545794487
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.8401170372962952
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "0DC67B39-40DE-41AD-9F7C-69BB0C32DB10",
            "type": "3D_BOX",
            "trackId": "Cf_4OjBhgLMKFxk4",
            "trackName": "16",
            "classValues": [
              {
                "id": "bf05b816-f21c-44d0-9550-71ec969cd79e",
                "name": "attr1",
                "alias": "attr1",
                "value": "option1",
                "isLeaf": false
              },
              {
                "id": "aa4a9f20-a006-4d14-b833-ec31d59d9bfb",
                "pid": "bf05b816-f21c-44d0-9550-71ec969cd79e",
                "name": "op1_attr1",
                "alias": "op1_attr1",
                "value": "op1_op2",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 2201,
              "points": [],
              "size3D": {
                "x": 4.71666046118105,
                "y": 1.8074931171760935,
                "z": 1.6751661896705627
              },
              "center3D": {
                "x": -4.358746957934178,
                "y": -9.088191480911624,
                "z": 0.5985440909862518
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.6162011623382568
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "D5D94D8D-E108-4DCA-93FD-E48D004BBCC7",
            "type": "3D_BOX",
            "trackId": "QXquCt21AwpT3rNd",
            "trackName": "17",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.221542144970726,
                "y": 1.711235792261732,
                "z": 1.589808166027069
              },
              "center3D": {
                "x": 20.62376343211592,
                "y": 31.20166508771955,
                "z": 0.8920554220676422
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.383246421813965
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "68AA107E-D4E4-41D3-AE84-879A3466EE53",
            "type": "3D_BOX",
            "trackId": "9viPM7n8GHzjdkAf",
            "trackName": "18",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.058744012288344,
                "y": 1.597382100891167,
                "z": 1.408900797367096
              },
              "center3D": {
                "x": 20.830996238607124,
                "y": 7.217694812934252,
                "z": 0.3828674256801605
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.2120745182037354
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "C98AB2AD-E8D2-4D8A-AC4F-04F1371713E7",
            "type": "3D_BOX",
            "trackId": "OkMMVy2V2JHXWa07",
            "trackName": "19",
            "classValues": [
              {
                "id": "bf05b816-f21c-44d0-9550-71ec969cd79e",
                "name": "attr1",
                "alias": "attr1",
                "value": "option1",
                "isLeaf": false
              },
              {
                "id": "aa4a9f20-a006-4d14-b833-ec31d59d9bfb",
                "pid": "bf05b816-f21c-44d0-9550-71ec969cd79e",
                "name": "op1_attr1",
                "alias": "op1_attr1",
                "value": "op1_op1",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 2797,
              "points": [],
              "size3D": {
                "x": 5.289633951236418,
                "y": 1.7284958594841768,
                "z": 1.5554874539375303
              },
              "center3D": {
                "x": 5.724932670882065,
                "y": -6.057511216301419,
                "z": 0.2944551408290863
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.9729244709014893
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "3F6BF789-867C-4C2D-9FE2-0EF4DFCC90A9",
            "type": "3D_BOX",
            "trackId": "qSU1sla__leHJzOw",
            "trackName": "20",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 5.771356381595297,
                "y": 2.276554080088772,
                "z": 1.6424769163131714
              },
              "center3D": {
                "x": 40.08487608743415,
                "y": -18.25330154280985,
                "z": 1.2474117875099182
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.2658438682556152
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "4529ACFE-151D-4DDD-9D49-37EC7E09418E",
            "type": "3D_BOX",
            "trackId": "1AoVGyHWy_TuR2uB",
            "trackName": "21",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 0.5674893120171589,
                "y": 0.4057542532164433,
                "z": 1.694761037826538
              },
              "center3D": {
                "x": -4.560094566932913,
                "y": 22.039581999913626,
                "z": 0.5516769886016846
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.671396255493164
              }
            },
            "modelClass": "Pedestrian"
          },
          {
            "id": "F287099B-0A44-4C10-9CA7-382578BD9489",
            "type": "3D_BOX",
            "trackId": "7_6ljVye0y8dEgWN",
            "trackName": "22",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.2291775432874488,
                "y": 1.762759257908101,
                "z": 1.383177638053894
              },
              "center3D": {
                "x": 34.72426581805075,
                "y": -11.19970258047701,
                "z": 0.9055741429328918
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.2779879570007324
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "3DEA9BB3-E20E-454B-88E9-3F1CFFF9AA57",
            "type": "3D_BOX",
            "trackId": "tfN-M1MKRAT_dFWl",
            "trackName": "23",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.100175202147,
                "y": 1.8240941029410465,
                "z": 1.4674538373947144
              },
              "center3D": {
                "x": -7.040794211964576,
                "y": 26.434123485248833,
                "z": 0.4629761576652527
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.807614266872406
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "692BACFE-98DE-45E5-8654-3818235EA6EF",
            "type": "3D_BOX",
            "trackId": "TFDQDXUbLpb5qTrr",
            "trackName": "24",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.927381144845413,
                "y": 2.012150990265013,
                "z": 1.5761470198631289
              },
              "center3D": {
                "x": -38.85742324421931,
                "y": -31.82313336959903,
                "z": 1.2636604607105255
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.6069985628128052
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "9889B73B-3030-44CC-A87F-D7638B23CA6A",
            "type": "3D_BOX",
            "trackId": "vyfcfaez10eSLHMX",
            "trackName": "25",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 1.220526665344778,
                "y": 0.8029268745266336,
                "z": 1.522458255290985
              },
              "center3D": {
                "x": -19.220385533672907,
                "y": -14.280551500957449,
                "z": 1.0034662783145905
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.9754976630210876
              }
            },
            "modelClass": "Motorcycle"
          },
          {
            "id": "F55773F2-79E1-4D25-9FAF-1778FC85FFA3",
            "type": "3D_BOX",
            "trackId": "Lc1nmOfSGfFD2pCH",
            "trackName": "26",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.1753721028571817,
                "y": 1.6138416151616184,
                "z": 1.246628224849701
              },
              "center3D": {
                "x": -19.369427035002484,
                "y": -19.018611950296023,
                "z": 0.9117324650287628
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8328559398651123
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "1DBFCF54-01B0-44F6-8AD2-7087414B30D0",
            "type": "3D_BOX",
            "trackId": "H0bGeasoyOdCoBCQ",
            "trackName": "27",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 2.426057188636136,
                "y": 1.6371142072675011,
                "z": 1.0896793007850647
              },
              "center3D": {
                "x": 33.056594319905216,
                "y": -2.677684194329971,
                "z": 0.6233565509319305
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.9402906894683838
              }
            },
            "modelClass": "Car"
          }
        ]
      },
      {
        "version": "Basic AI V1.0",
        "dataId": 3092288,
        "classificationValues": [
          {
            "id": "19",
            "values": []
          }
        ],
        "objects": [
          {
            "id": "4B660899-9D89-45CE-BACA-692AE3EB8515",
            "type": "3D_BOX",
            "trackId": "BR4TLYG13Yg9Kqor",
            "trackName": "1",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.11207367721795,
                "y": 1.6946628045400305,
                "z": 1.4074652791023254
              },
              "center3D": {
                "x": -13.998455908497336,
                "y": 9.286707392886813,
                "z": 0.6626659333705902
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.2995104789733887
              }
            },
            "modelConfidence": 0.8786560893058777,
            "modelClass": "Car"
          },
          {
            "id": "B4A7BDBA-4A60-441B-BD93-3D7F551B47CF",
            "type": "3D_BOX",
            "trackId": "iaDgFVyVchP9qSLN",
            "trackName": "2",
            "classValues": [
              {
                "id": "3",
                "name": "",
                "alias": "",
                "value": "32",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 2264,
              "points": [],
              "size3D": {
                "x": 4.65563056734544,
                "y": 1.911508849082793,
                "z": 1.713300704956055
              },
              "center3D": {
                "x": -3.8370564219979815,
                "y": -8.816858086918383,
                "z": 0.555860161781311
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.6364474892616272
              }
            },
            "modelConfidence": 0.8142154812812805,
            "modelClass": "Car"
          },
          {
            "id": "E51433C3-2E5B-4A9B-88DC-951CC8171063",
            "type": "3D_BOX",
            "trackId": "NgknwMI0enW5Dfhn",
            "trackName": "3",
            "classValues": [
              {
                "id": "48e28b5e-50ae-4a4e-b6cd-b9e5d60f90c7",
                "name": "",
                "alias": "",
                "value": "cd",
                "isLeaf": true
              },
              {
                "id": "8407e213-e836-4c7a-b4d7-a52dc558cbc6",
                "name": "",
                "alias": "",
                "value": "u",
                "isLeaf": true
              },
              {
                "id": "2fdc711f-bdab-4557-8d34-5f49d97480cf",
                "name": "",
                "alias": "",
                "value": [
                  "q"
                ],
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 738,
              "points": [],
              "size3D": {
                "x": 4.390080150136924,
                "y": 1.4959927372459276,
                "z": 1.303592324256897
              },
              "center3D": {
                "x": -6.906409674193564,
                "y": 8.55057872945776,
                "z": 0.6874764561653137
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.2232346534729004
              }
            },
            "modelConfidence": 0.8131192326545715,
            "modelClass": "Car"
          },
          {
            "id": "217C566F-5E8D-48A3-856A-ADAF90B3E6C4",
            "type": "3D_BOX",
            "trackId": "_VV8UbDdYz4JB6EG",
            "trackName": "4",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.914225425447171,
                "y": 1.7238856300148768,
                "z": 1.3496626615524292
              },
              "center3D": {
                "x": -13.98516008535312,
                "y": 27.914329226947256,
                "z": 0.4511752724647522
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.7412927746772766
              }
            },
            "modelConfidence": 0.7911864519119263,
            "modelClass": "Car"
          },
          {
            "id": "93654FA1-656D-4CD6-9D35-2B990987B5CA",
            "type": "3D_BOX",
            "trackId": "ve9X0nIHCGlHAK8X",
            "trackName": "5",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.228471053637918,
                "y": 1.8169098890949869,
                "z": 1.3477936387062073
              },
              "center3D": {
                "x": 5.532424011785634,
                "y": 22.17735963581857,
                "z": 0.5006537139415741
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.287249803543091
              }
            },
            "modelConfidence": 0.7898147106170654,
            "modelClass": "Car"
          },
          {
            "id": "F1DF76AB-75C3-4DDA-A4A8-8D23459B495A",
            "type": "3D_BOX",
            "trackId": "BJtMUTLml6PORhJB",
            "trackName": "6",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 6.151974275948774,
                "y": 2.151298234044688,
                "z": 1.828802525997162
              },
              "center3D": {
                "x": 25.943778575508272,
                "y": 1.4281549983026696,
                "z": 0.5684756338596344
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.2529702186584473
              }
            },
            "modelConfidence": 0.7567455172538757,
            "modelClass": "Truck"
          },
          {
            "id": "2F79A8E1-1DE5-4935-BDB2-8BEBE41EA6AC",
            "type": "3D_BOX",
            "trackId": "h0u4N6pStjFTS6cC",
            "trackName": "7",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.335250555027187,
                "y": 1.856396650214492,
                "z": 1.4068133234977722
              },
              "center3D": {
                "x": 11.233562357198114,
                "y": 16.328367415787994,
                "z": 0.5946182310581207
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8181620836257935
              }
            },
            "modelConfidence": 0.749817430973053,
            "modelClass": "Car"
          },
          {
            "id": "F4E7E1BD-1964-4F1D-88B7-0A24C3DC865B",
            "type": "3D_BOX",
            "trackId": "4jt04LYMPinuZpuL",
            "trackName": "8",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.192770113517838,
                "y": 1.8832872439460289,
                "z": 1.704874038696289
              },
              "center3D": {
                "x": -9.329776354276714,
                "y": -8.539788851504314,
                "z": 0.8962644338607788
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8291867971420288
              }
            },
            "modelConfidence": 0.7421457171440125,
            "modelClass": "Car"
          },
          {
            "id": "4EBF4CD8-DC9B-416D-BDDE-D38B21A4E4F7",
            "type": "3D_BOX",
            "trackId": "XUrMqkwlG2p-F3rU",
            "trackName": "9",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.496579966047591,
                "y": 1.7657205839576733,
                "z": 1.0928813815116882
              },
              "center3D": {
                "x": -18.31624164802864,
                "y": 4.792781619183078,
                "z": 0.6738156378269196
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.300758123397827
              }
            },
            "modelConfidence": 0.7285410165786743,
            "modelClass": "Car"
          },
          {
            "id": "243C546E-7F48-43D9-A77A-30A4BF99AE9D",
            "type": "3D_BOX",
            "trackId": "hJLJuq22HJeMiaw9",
            "trackName": "10",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.6484442031082263,
                "y": 1.7170009301808022,
                "z": 1.0699303150177002
              },
              "center3D": {
                "x": 34.81969316862431,
                "y": -11.401509291537227,
                "z": 0.8851808309555054
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.2576451301574707
              }
            },
            "modelConfidence": 0.7277526259422302,
            "modelClass": "Car"
          },
          {
            "id": "05EFA9BA-C547-44C4-8FC2-AB76D67201D9",
            "type": "3D_BOX",
            "trackId": "g0CiInro14l4Icf8",
            "trackName": "11",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.69150545106902,
                "y": 1.8404779158204292,
                "z": 1.3661537170410156
              },
              "center3D": {
                "x": 30.8580750163171,
                "y": -5.326549043978809,
                "z": 0.5982377529144287
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.1837968826293945
              }
            },
            "modelConfidence": 0.7243200540542603,
            "modelClass": "Car"
          },
          {
            "id": "9ABBC762-AEFC-4AEC-A9B1-D63B40E043F7",
            "type": "3D_BOX",
            "trackId": "2LhpHBGZsNFbLI_z",
            "trackName": "12",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.118366102816481,
                "y": 1.8361319046497329,
                "z": 1.5341443419456482
              },
              "center3D": {
                "x": 20.691901394122603,
                "y": 31.321630972900085,
                "z": 0.8159833252429962
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.481599807739258
              }
            },
            "modelConfidence": 0.7211208343505859,
            "modelClass": "Car"
          },
          {
            "id": "21AB905D-1356-41A0-B656-D0A6D772276A",
            "type": "3D_BOX",
            "trackId": "lvF8TIe2U1wa9X0e",
            "trackName": "13",
            "classValues": [
              {
                "id": "8ccbab69-db14-4863-b89e-55fd0410e73b",
                "name": "",
                "alias": "",
                "value": "e",
                "isLeaf": true
              },
              {
                "id": "3c31f7d1-aa70-4486-bf0e-1c7a5fc89797",
                "name": "",
                "alias": "",
                "value": "u",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 640,
              "points": [],
              "size3D": {
                "x": 4.077545940467246,
                "y": 1.8205496136268948,
                "z": 1.2945592999458313
              },
              "center3D": {
                "x": -14.994645351323236,
                "y": -9.430560636181248,
                "z": 0.8612159192562103
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8282190561294556
              }
            },
            "modelConfidence": 0.7130764126777649,
            "modelClass": "Car"
          },
          {
            "id": "9FCB4103-69B1-4EDD-93DD-6C570283EA0B",
            "type": "3D_BOX",
            "trackId": "pNyLHr7_FZMRMuhY",
            "trackName": "14",
            "classValues": [],
            "contour": {
              "pointN": 1719,
              "points": [],
              "size3D": {
                "x": 4.886056263585772,
                "y": 1.72880504900985,
                "z": 1.335147589445114
              },
              "center3D": {
                "x": 26.307331390717525,
                "y": 12.319493654353922,
                "z": 0.26246197521686554
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 1.7726577520370483
              }
            },
            "modelConfidence": 0.690186083316803,
            "modelClass": "Car"
          },
          {
            "id": "BC96D902-E466-4C7B-A63A-9F4A67F40E02",
            "type": "3D_BOX",
            "trackId": "ebvk6v0gj9Gspinr",
            "trackName": "15",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 1.23079222738329,
                "y": 0.7567024104037046,
                "z": 1.3888522386550903
              },
              "center3D": {
                "x": -18.93794240439733,
                "y": -14.004614819757816,
                "z": 1.0250211358070374
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.9846846461296082
              }
            },
            "modelConfidence": 0.6786630749702454,
            "modelClass": "Motorcycle"
          },
          {
            "id": "47E05E6B-32E2-4170-80CA-2A5BBF6F67CB",
            "type": "3D_BOX",
            "trackId": "dCjsPKXDtkVu-7yT",
            "trackName": "16",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.081769310960908,
                "y": 1.635361915371135,
                "z": 1.438597023487091
              },
              "center3D": {
                "x": 20.788749504960748,
                "y": 7.282896506771027,
                "z": 0.3704062104225158
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.2846169471740723
              }
            },
            "modelConfidence": 0.6579164862632751,
            "modelClass": "Car"
          },
          {
            "id": "0B020B96-5A89-47F0-9975-19EB7567EEA1",
            "type": "3D_BOX",
            "trackId": "omRDZN1OW73sMX9n",
            "trackName": "17",
            "classValues": [
              {
                "id": "3",
                "name": "",
                "alias": "",
                "value": "31",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 573,
              "points": [],
              "size3D": {
                "x": 4.060836372374183,
                "y": 1.6794990873108944,
                "z": 1.4196348190307615
              },
              "center3D": {
                "x": -21.997809315796346,
                "y": 1.3183485970586055,
                "z": 0.8592685461044312
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.4283547401428223
              }
            },
            "modelConfidence": 0.6544143557548523,
            "modelClass": "Car"
          },
          {
            "id": "7ECEC2D7-A4E5-414D-B3F2-50E0024446AC",
            "type": "3D_BOX",
            "trackId": "2edijJvxu2uumQ5_",
            "trackName": "18",
            "classValues": [],
            "contour": {
              "pointN": 3253,
              "points": [],
              "size3D": {
                "x": 5.310678053171486,
                "y": 1.7128106172976896,
                "z": 1.5372822284698486
              },
              "center3D": {
                "x": 6.386271416597854,
                "y": -6.163782662954047,
                "z": 0.308788537979126
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.05817398056387901
              }
            },
            "modelConfidence": 0.6493712067604065,
            "modelClass": "Car"
          },
          {
            "id": "1D3CC642-09B2-4CEB-8AFF-410CAAF0BFB2",
            "type": "3D_BOX",
            "trackId": "WdVqKRzgaS3HxFf_",
            "trackName": "19",
            "classValues": [
              {
                "id": "48e28b5e-50ae-4a4e-b6cd-b9e5d60f90c7",
                "name": "",
                "alias": "",
                "value": "dd",
                "isLeaf": true
              },
              {
                "id": "8407e213-e836-4c7a-b4d7-a52dc558cbc6",
                "name": "",
                "alias": "",
                "value": "i",
                "isLeaf": true
              },
              {
                "id": "2fdc711f-bdab-4557-8d34-5f49d97480cf",
                "name": "",
                "alias": "",
                "value": [
                  "e"
                ],
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 2428,
              "points": [],
              "size3D": {
                "x": 3.9600849609157502,
                "y": 1.8219967750637451,
                "z": 1.5575295090675354
              },
              "center3D": {
                "x": -4.708373245840264,
                "y": 0.8138619851577319,
                "z": 0.8503795564174652
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8664906620979309
              }
            },
            "modelConfidence": 0.6325234174728394,
            "modelClass": "Car"
          },
          {
            "id": "B6A9C665-DA7E-43BA-AA4A-7CCA7604544B",
            "type": "3D_BOX",
            "trackId": "UmAmOxWu8EdyIcYr",
            "trackName": "20",
            "classValues": [
              {
                "id": "3",
                "name": "",
                "alias": "",
                "value": "31",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 263,
              "points": [],
              "size3D": {
                "x": 5.3977151340670275,
                "y": 2.0577086368567734,
                "z": 2.1021647453308105
              },
              "center3D": {
                "x": -35.74953453821521,
                "y": -18.304608396855382,
                "z": 1.1264855861663818
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.3281891345977783
              }
            },
            "modelConfidence": 0.6260241270065308,
            "modelClass": "Truck"
          },
          {
            "id": "A882F4D5-AAF3-4D4B-9877-50328D8BD4BE",
            "type": "3D_BOX",
            "trackId": "iRhxyqYhX_PawZ8R",
            "trackName": "21",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.5221430175697037,
                "y": 1.7547063077265648,
                "z": 1.5056713223457336
              },
              "center3D": {
                "x": -8.776080187384348,
                "y": 23.20194331769865,
                "z": 0.49012550711631775
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.8261545300483704
              }
            },
            "modelConfidence": 0.6178399324417114,
            "modelClass": "Car"
          },
          {
            "id": "CB3F3F69-0B64-46D1-AD94-F7AFC393079C",
            "type": "3D_BOX",
            "trackId": "zSxRdIJNMJuXfOK8",
            "trackName": "22",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.952043763626989,
                "y": 1.567053651391916,
                "z": 1.3594598174095154
              },
              "center3D": {
                "x": 26.45753968478468,
                "y": 36.51727411405637,
                "z": 0.3650442659854889
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.4167041778564453
              }
            },
            "modelConfidence": 0.588390588760376,
            "modelClass": "Car"
          },
          {
            "id": "66AE8C00-6E33-482B-A4D4-78399F6DF0C2",
            "type": "3D_BOX",
            "trackId": "EaqoxWSwUJCJfah3",
            "trackName": "23",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 5.55370393885687,
                "y": 2.0704102177252253,
                "z": 1.7120888233184814
              },
              "center3D": {
                "x": 39.92622057993144,
                "y": -18.267565256069272,
                "z": 1.1520580053329468
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.3042078018188477
              }
            },
            "modelConfidence": 0.5861510634422302,
            "modelClass": "Truck"
          },
          {
            "id": "F40A0381-F649-48B8-B12D-97A032880001",
            "type": "3D_BOX",
            "trackId": "VjGRVra8EubQXx_N",
            "trackName": "24",
            "classValues": [
              {
                "id": "2fdc711f-bdab-4557-8d34-5f49d97480cf",
                "name": "",
                "alias": "",
                "value": [
                  "b"
                ],
                "isLeaf": true
              },
              {
                "id": "8407e213-e836-4c7a-b4d7-a52dc558cbc6",
                "name": "",
                "alias": "",
                "value": "t",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 51,
              "points": [],
              "size3D": {
                "x": 3.1378171298558755,
                "y": 1.5789120096525266,
                "z": 1.2351223230361938
              },
              "center3D": {
                "x": -19.393552496486645,
                "y": -18.99966566289839,
                "z": 0.9386253952980042
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8312957286834717
              }
            },
            "modelConfidence": 0.5547713041305542,
            "modelClass": "Car"
          },
          {
            "id": "7BA1EEAB-AD8C-4287-A126-773C6A38AD8E",
            "type": "2D_RECT",
            "trackId": "NgknwMI0enW5Dfhn",
            "trackName": "3",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [
                {
                  "x": 0,
                  "y": 585.2484670041085
                },
                {
                  "x": 0,
                  "y": 856.87602951552
                },
                {
                  "x": 276.9058894208132,
                  "y": 856.87602951552
                },
                {
                  "x": 276.9058894208132,
                  "y": 585.2484670041085
                }
              ],
              "size3D": {
                "x": 0,
                "y": 0,
                "z": 0
              },
              "center3D": {
                "x": 0,
                "y": 0,
                "z": 0
              },
              "viewIndex": 2,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "B7CB9DB9-C125-4920-B940-68A5E2E55A74",
            "type": "2D_RECT",
            "trackId": "pNyLHr7_FZMRMuhY",
            "trackName": "14",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [
                {
                  "x": 1570.838372489732,
                  "y": 569.6162157733611
                },
                {
                  "x": 1570.838372489732,
                  "y": 697.2835483418464
                },
                {
                  "x": 1920,
                  "y": 697.2835483418464
                },
                {
                  "x": 1920,
                  "y": 569.6162157733611
                }
              ],
              "size3D": {
                "x": 0,
                "y": 0,
                "z": 0
              },
              "center3D": {
                "x": 0,
                "y": 0,
                "z": 0
              },
              "viewIndex": 1,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "FE77C62F-4CE0-4434-B031-FD833C022BA9",
            "type": "2D_RECT",
            "trackId": "pNyLHr7_FZMRMuhY",
            "trackName": "14",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [
                {
                  "x": 129.90226338334207,
                  "y": 503.5606698200846
                },
                {
                  "x": 129.90226338334207,
                  "y": 590.3017214405498
                },
                {
                  "x": 429.3172950528177,
                  "y": 590.3017214405498
                },
                {
                  "x": 429.3172950528177,
                  "y": 503.5606698200846
                }
              ],
              "size3D": {
                "x": 0,
                "y": 0,
                "z": 0
              },
              "center3D": {
                "x": 0,
                "y": 0,
                "z": 0
              },
              "viewIndex": 3,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0
              }
            },
            "modelClass": "Car"
          }
        ]
      },
      {
        "version": "Basic AI V1.0",
        "dataId": 3092296,
        "classificationValues": [
          {
            "id": "19",
            "values": [
              {
                "id": 19,
                "name": "classif",
                "type": "RADIO",
                "alias": "classif",
                "value": "q",
                "isLeaf": false
              },
              {
                "id": "373f2818-b643-4575-9f7a-f6e59a12448e",
                "pid": 19,
                "name": "r",
                "type": "MULTI_SELECTION",
                "alias": "r",
                "value": [
                  "y",
                  "ytr"
                ],
                "isLeaf": false
              },
              {
                "id": "3e375df0-dfda-49d9-95b0-59b93eaa6c59",
                "pid": "373f2818-b643-4575-9f7a-f6e59a12448e",
                "name": "yuy",
                "type": "RADIO",
                "alias": "yuy",
                "value": "rtr",
                "isLeaf": true,
                "pvalue": "ytr"
              }
            ]
          },
          {
            "id": "72",
            "values": [
              {
                "id": 72,
                "name": "Template classification name",
                "type": "RADIO",
                "alias": "Template classification name",
                "value": "option name",
                "isLeaf": true
              }
            ]
          }
        ],
        "objects": [
          {
            "id": "B37847BF-4C61-4CC9-80C2-B9564DA9D739",
            "type": "3D_BOX",
            "trackId": "W8Vq5rsKsOs2NnRm",
            "trackName": "1",
            "classValues": [
              {
                "id": "3ae8dba2-5c7c-4d5f-8206-172ede180636",
                "name": "3",
                "type": "RADIO",
                "alias": "3",
                "value": "31",
                "isLeaf": false
              },
              {
                "id": "53e69444-f4a6-43a3-9772-629d33eea44a",
                "pid": "3ae8dba2-5c7c-4d5f-8206-172ede180636",
                "name": "a",
                "type": "MULTI_SELECTION",
                "alias": "a",
                "value": [
                  "qqq",
                  "www",
                  "eee"
                ],
                "isLeaf": false
              },
              {
                "id": "8db190e8-f4ed-4697-80b2-bc3424330a0f",
                "pid": "53e69444-f4a6-43a3-9772-629d33eea44a",
                "name": "asd",
                "type": "DROPDOWN",
                "alias": "asd",
                "value": "aa",
                "isLeaf": true,
                "pvalue": "www"
              }
            ],
            "contour": {
              "pointN": 1737,
              "points": [],
              "size3D": {
                "x": 1.9928538526023392,
                "y": 3.1681747810471386,
                "z": 1.6
              },
              "center3D": {
                "x": -1.0894596004726165,
                "y": 4.365814618223455,
                "z": 0.77
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.6243172868017915
              }
            },
            "modelClass": ""
          }
        ]
      },
      {
        "version": "Basic AI V1.0",
        "dataId": 3092298,
        "classificationValues": [
          {
            "id": "19",
            "values": [
              {
                "id": 19,
                "name": "classif",
                "alias": "classif",
                "value": "q",
                "isLeaf": false
              },
              {
                "id": "9065e37b-cb19-475f-aef3-ad9f4f2f4878",
                "pid": 19,
                "name": "r",
                "alias": "r",
                "value": [
                  "t",
                  "y",
                  "ytr"
                ],
                "isLeaf": false
              },
              {
                "id": "658c13ed-b19a-4865-a56d-9ffbea630fdb",
                "pid": "9065e37b-cb19-475f-aef3-ad9f4f2f4878",
                "name": "yuy",
                "alias": "yuy",
                "value": "rtr",
                "isLeaf": true
              }
            ]
          },
          {
            "id": "72",
            "values": []
          }
        ],
        "objects": [
          {
            "id": "B6587621-3B81-4435-948F-10FEBF4BD62B",
            "type": "3D_BOX",
            "trackId": "fJEsPUzcXdPcgh10",
            "trackName": "1",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.163070094431106,
                "y": 1.6644176722620898,
                "z": 1.4673665761947632
              },
              "center3D": {
                "x": -13.890913452976667,
                "y": 9.396927772824473,
                "z": 0.6221718192100525
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.336878776550293
              }
            },
            "modelConfidence": 0.8539496064186096,
            "modelClass": "Car"
          },
          {
            "id": "4A2437F0-579D-4577-BCE3-A219AA85CEBB",
            "type": "3D_BOX",
            "trackId": "jssFG0MiV9h68hLH",
            "trackName": "2",
            "classValues": [],
            "contour": {
              "pointN": 1603,
              "points": [],
              "size3D": {
                "x": 4.000796531411737,
                "y": 1.7869109631997624,
                "z": 1.6140857934951782
              },
              "center3D": {
                "x": 0.12140673000606572,
                "y": 5.721234512599766,
                "z": 0.7339194416999817
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8854551911354065
              }
            },
            "modelConfidence": 0.8299309015274048,
            "modelClass": "Car"
          },
          {
            "id": "CD11C544-C1DF-4E1E-ACB1-698C4AE8F3B7",
            "type": "3D_BOX",
            "trackId": "iAyw1BzFpfl5AmvI",
            "trackName": "3",
            "classValues": [],
            "contour": {
              "pointN": 889,
              "points": [],
              "size3D": {
                "x": 4.349778778724158,
                "y": 1.726841253067633,
                "z": 1.4636650681495669
              },
              "center3D": {
                "x": -0.9573021079516528,
                "y": 14.694430416404296,
                "z": 0.7958140075206757
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.214630126953125
              }
            },
            "modelConfidence": 0.8207449316978455,
            "modelClass": "Car"
          },
          {
            "id": "57654990-5DE5-4A88-8358-22599D76559F",
            "type": "3D_BOX",
            "trackId": "6FFGx_Z66KupaGMk",
            "trackName": "4",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.139371092013334,
                "y": 1.9417570033130005,
                "z": 1.517907977104187
              },
              "center3D": {
                "x": 17.63621331376539,
                "y": 22.861296349206793,
                "z": 0.3945602774620056
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.7864699363708496
              }
            },
            "modelConfidence": 0.814194917678833,
            "modelClass": "Car"
          },
          {
            "id": "07D426C2-0FAB-42D5-9178-8A1F628A28FB",
            "type": "3D_BOX",
            "trackId": "CaAVOfK1qaLA1JnV",
            "trackName": "5",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.181685070827825,
                "y": 1.8831635813712635,
                "z": 1.7914955615997314
              },
              "center3D": {
                "x": 20.634869260466424,
                "y": 31.282430322272447,
                "z": 0.8549845218658447
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.3942008018493652
              }
            },
            "modelConfidence": 0.8140745162963867,
            "modelClass": "Car"
          },
          {
            "id": "BB2644B9-B5E3-4899-A38A-155214F6E2C1",
            "type": "3D_BOX",
            "trackId": "Vp4s-x_KML20DS8z",
            "trackName": "6",
            "classValues": [],
            "contour": {
              "pointN": 238,
              "points": [],
              "size3D": {
                "x": 3.933229560021246,
                "y": 1.6924619272262476,
                "z": 1.2818744778633118
              },
              "center3D": {
                "x": -14.660543073253242,
                "y": 0.4559824829028258,
                "z": 0.7792582213878632
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.768403172492981
              }
            },
            "modelConfidence": 0.7932525873184204,
            "modelClass": "Car"
          },
          {
            "id": "66805EA0-2DB8-4776-82A7-CC37E0F65731",
            "type": "3D_BOX",
            "trackId": "tCU_KPatpqS86gxI",
            "trackName": "7",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.886532103503384,
                "y": 1.706625738665764,
                "z": 1.458947479724884
              },
              "center3D": {
                "x": 26.122355237002445,
                "y": 13.58592766118532,
                "z": 0.20686978101730347
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 1.7361305952072144
              }
            },
            "modelConfidence": 0.7769097089767456,
            "modelClass": "Car"
          },
          {
            "id": "19498E8B-4A94-409F-B9B2-FE28AA5F3162",
            "type": "3D_BOX",
            "trackId": "qRwIEyn0iiVl1zbU",
            "trackName": "8",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.5926029861752795,
                "y": 1.91176500752988,
                "z": 1.3433791995048523
              },
              "center3D": {
                "x": 30.82074343350262,
                "y": -5.238323298689803,
                "z": 0.57106152176857
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.1946911811828613
              }
            },
            "modelConfidence": 0.7760496735572815,
            "modelClass": "Car"
          },
          {
            "id": "78CF13F6-1AB9-4719-902B-A667BEF311A1",
            "type": "3D_BOX",
            "trackId": "bfyLBcWkyQ0e_g_N",
            "trackName": "9",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.37765686719672,
                "y": 1.785476913119055,
                "z": 1.3172288537025452
              },
              "center3D": {
                "x": 10.38484186063549,
                "y": 28.79251815439414,
                "z": 0.48456141352653503
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.2926435470581055
              }
            },
            "modelConfidence": 0.7504742741584778,
            "modelClass": "Car"
          },
          {
            "id": "CE06E3A1-25FE-4D12-A82A-51C7370B7449",
            "type": "3D_BOX",
            "trackId": "aKLqSRk71Rk7oiKI",
            "trackName": "10",
            "classValues": [],
            "contour": {
              "pointN": 509,
              "points": [],
              "size3D": {
                "x": 4.418120328629584,
                "y": 1.7308962343360292,
                "z": 1.2357689142227173
              },
              "center3D": {
                "x": -18.27793477540828,
                "y": 4.842854808988529,
                "z": 0.6219907402992249
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.28257155418396
              }
            },
            "modelConfidence": 0.7405786514282227,
            "modelClass": "Car"
          },
          {
            "id": "5CED3220-44C2-474B-A359-0699D28F493B",
            "type": "3D_BOX",
            "trackId": "Al-GkIHDpyKAQ60i",
            "trackName": "11",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 5.982065624774123,
                "y": 2.254081816367062,
                "z": 1.6865565776824951
              },
              "center3D": {
                "x": 25.903631835102185,
                "y": 1.526171191020354,
                "z": 0.655677318572998
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.230778217315674
              }
            },
            "modelConfidence": 0.7288010716438293,
            "modelClass": "Truck"
          },
          {
            "id": "3C8F623C-EFBA-417F-8ACA-1E46EE8B6ACE",
            "type": "3D_BOX",
            "trackId": "8QOAt0G33Tec2hXi",
            "trackName": "12",
            "classValues": [
              {
                "id": "48e28b5e-50ae-4a4e-b6cd-b9e5d60f90c7",
                "name": "c",
                "alias": "c",
                "value": "cd",
                "isLeaf": true
              },
              {
                "id": "8407e213-e836-4c7a-b4d7-a52dc558cbc6",
                "name": "b",
                "alias": "b",
                "value": "t",
                "isLeaf": true
              },
              {
                "id": "2fdc711f-bdab-4557-8d34-5f49d97480cf",
                "name": "a",
                "alias": "a",
                "value": [
                  "e",
                  "q",
                  "c",
                  "b"
                ],
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 80,
              "points": [],
              "size3D": {
                "x": 1.1315099718713668,
                "y": 0.8174539618792096,
                "z": 1.346072554588318
              },
              "center3D": {
                "x": -15.712758482174111,
                "y": -10.762903087708011,
                "z": 0.9725415110588074
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8861578702926636
              }
            },
            "modelConfidence": 0.7271533012390137,
            "modelClass": "Motorcycle"
          },
          {
            "id": "10563F80-6199-46FF-90ED-EB97D9319585",
            "type": "3D_BOX",
            "trackId": "1_psmbyIT5sKv24x",
            "trackName": "13",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.8668219802233352,
                "y": 1.6911485672508206,
                "z": 1.3323335647583008
              },
              "center3D": {
                "x": 34.83405850547714,
                "y": -11.467276247818903,
                "z": 0.9329071044921876
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.182718276977539
              }
            },
            "modelConfidence": 0.7202762961387634,
            "modelClass": "Car"
          },
          {
            "id": "689C3F6A-6E31-44B5-9067-AA770AFE31C7",
            "type": "3D_BOX",
            "trackId": "MNkRL_ipVnuHiJcl",
            "trackName": "14",
            "classValues": [
              {
                "id": "bf05b816-f21c-44d0-9550-71ec969cd79e",
                "name": "attr1",
                "alias": "attr1",
                "value": "option1",
                "isLeaf": false
              },
              {
                "id": "aa4a9f20-a006-4d14-b833-ec31d59d9bfb",
                "pid": "bf05b816-f21c-44d0-9550-71ec969cd79e",
                "name": "op1_attr1",
                "alias": "op1_attr1",
                "value": "op1_op1",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 471,
              "points": [],
              "size3D": {
                "x": 4.0648578868656955,
                "y": 1.81095038216867,
                "z": 1.3618975281715393
              },
              "center3D": {
                "x": -11.468834233553135,
                "y": -5.882722402451859,
                "z": 0.7756437957286835
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8413525223731995
              }
            },
            "modelConfidence": 0.7099831700325012,
            "modelClass": "Car"
          },
          {
            "id": "F39B3249-D2D8-46E7-98FF-DB029E72E6AA",
            "type": "3D_BOX",
            "trackId": "FHOr9P8qIVG63YVp",
            "trackName": "15",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.9600823083724777,
                "y": 1.6733794840523617,
                "z": 1.4782496094703674
              },
              "center3D": {
                "x": 20.77140794813442,
                "y": 7.31632517161086,
                "z": 0.3644603192806244
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.165754795074463
              }
            },
            "modelConfidence": 0.6952508091926575,
            "modelClass": "Car"
          },
          {
            "id": "FEE74257-64C7-484F-9009-F4F066404A8C",
            "type": "3D_BOX",
            "trackId": "P5wx4Ii-Y8HaLrm7",
            "trackName": "16",
            "classValues": [],
            "contour": {
              "pointN": 1518,
              "points": [],
              "size3D": {
                "x": 4.456330336330609,
                "y": 1.8229922327559296,
                "z": 1.5371416211128237
              },
              "center3D": {
                "x": 1.2291340050033148,
                "y": -6.630565857632531,
                "z": 0.5466206967830658
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.31006738543510437
              }
            },
            "modelConfidence": 0.6826754808425903,
            "modelClass": "Car"
          },
          {
            "id": "24797EEE-6440-4750-9C98-BED03B43771D",
            "type": "3D_BOX",
            "trackId": "rIqI-80pnYVfyzo0",
            "trackName": "17",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.8706392060224744,
                "y": 1.855384182338355,
                "z": 1.3307778239250183
              },
              "center3D": {
                "x": -6.794411481363893,
                "y": 26.217152629410787,
                "z": 0.5581704676151276
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.7923857569694519
              }
            },
            "modelConfidence": 0.6819173097610474,
            "modelClass": "Car"
          },
          {
            "id": "57B1ED61-1820-4670-B9CF-37EC144A8496",
            "type": "3D_BOX",
            "trackId": "Asnvyig8g1zKY3F2",
            "trackName": "18",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 5.27831089134952,
                "y": 2.097796045890277,
                "z": 2.06103515625
              },
              "center3D": {
                "x": -43.24524094284517,
                "y": -25.941175064650437,
                "z": 1.1180005073547363
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.3630292415618896
              }
            },
            "modelConfidence": 0.6543371677398682,
            "modelClass": "Truck"
          },
          {
            "id": "FDE82F04-3302-448B-8640-9FCC8295A586",
            "type": "3D_BOX",
            "trackId": "uLguBg5KEcvWWmTn",
            "trackName": "19",
            "classValues": [],
            "contour": {
              "pointN": 308,
              "points": [],
              "size3D": {
                "x": 3.594960049453107,
                "y": 1.7675175021857117,
                "z": 1.4524435997009275
              },
              "center3D": {
                "x": -8.772034879254518,
                "y": 23.35803517446596,
                "z": 0.5722113847732544
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.8271669149398804
              }
            },
            "modelConfidence": 0.6508374214172363,
            "modelClass": "Car"
          },
          {
            "id": "CE1564AD-D527-4DC1-BB74-D7318E006CB7",
            "type": "3D_BOX",
            "trackId": "V2sUL1H4etbFNO_V",
            "trackName": "20",
            "classValues": [
              {
                "id": "8ccbab69-db14-4863-b89e-55fd0410e73b",
                "name": "q",
                "alias": "q",
                "value": "e",
                "isLeaf": false
              },
              {
                "id": "3c31f7d1-aa70-4486-bf0e-1c7a5fc89797",
                "pid": "8ccbab69-db14-4863-b89e-55fd0410e73b",
                "name": "t",
                "alias": "t",
                "value": "u",
                "isLeaf": true
              }
            ],
            "contour": {
              "pointN": 851,
              "points": [],
              "size3D": {
                "x": 5.122532370703368,
                "y": 2.1776075746069523,
                "z": 1.9407890439033508
              },
              "center3D": {
                "x": -5.584086202404572,
                "y": -4.560223357135038,
                "z": 0.7274077832698822
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.7198811173439026
              }
            },
            "modelConfidence": 0.6325891613960266,
            "modelClass": "Construction Vehicle"
          },
          {
            "id": "653D7F34-F2A1-467A-8C5D-E6E864B01EA0",
            "type": "3D_BOX",
            "trackId": "2bqr_usF7vnPPyZZ",
            "trackName": "21",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.2919395915528185,
                "y": 1.7264377825765678,
                "z": 1.2054137587547302
              },
              "center3D": {
                "x": 26.19480155060627,
                "y": 36.37884056540686,
                "z": 0.48033443093299866
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.371303081512451
              }
            },
            "modelConfidence": 0.618930995464325,
            "modelClass": "Car"
          },
          {
            "id": "306388D0-0182-4271-B248-BF985A359C44",
            "type": "3D_BOX",
            "trackId": "S8Hcno6FewX0EjLR",
            "trackName": "22",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 4.522482535508061,
                "y": 2.02171477699585,
                "z": 1.505489706993103
              },
              "center3D": {
                "x": 18.96320345945615,
                "y": 33.67507138719085,
                "z": 0.42217499017715454
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.8433571457862854
              }
            },
            "modelConfidence": 0.6185367703437805,
            "modelClass": "Car"
          },
          {
            "id": "E7ED2E28-05FE-436F-83AB-90C5239210B8",
            "type": "3D_BOX",
            "trackId": "8C9Oe3E8Y4LHrka0",
            "trackName": "23",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 5.571150917127852,
                "y": 2.227410316790724,
                "z": 1.817299723625183
              },
              "center3D": {
                "x": 39.91877469407621,
                "y": -18.141467881758377,
                "z": 1.4381213784217834
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.173572301864624
              }
            },
            "modelConfidence": 0.5785651206970215,
            "modelClass": "Truck"
          },
          {
            "id": "2CAF57EB-B5BF-4B89-B5E0-6A18354C008B",
            "type": "3D_BOX",
            "trackId": "-bTDK58SX9SUG-Vq",
            "trackName": "24",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.9370422732918087,
                "y": 1.8964138874594028,
                "z": 1.5430369973182678
              },
              "center3D": {
                "x": 45.8913237837518,
                "y": -19.138329723500988,
                "z": 1.6404115855693815
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.2823750972747803
              }
            },
            "modelConfidence": 0.5534319281578064,
            "modelClass": "Car"
          },
          {
            "id": "B3E34E49-8C22-4784-BA1A-67F0FE52D60B",
            "type": "3D_BOX",
            "trackId": "PFTQL30mw4_x-ol7",
            "trackName": "25",
            "classValues": [],
            "contour": {
              "pointN": 279,
              "points": [],
              "size3D": {
                "x": 3.550546087020024,
                "y": 1.6517769370082078,
                "z": 1.3076265454292295
              },
              "center3D": {
                "x": -21.79174474033515,
                "y": 1.5130845127890282,
                "z": 0.6669038236141205
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -2.4390969276428223
              }
            },
            "modelConfidence": 0.5473845601081848,
            "modelClass": "Car"
          },
          {
            "id": "1385A371-53C9-45D0-AE99-3B76096EEEA2",
            "type": "3D_BOX",
            "trackId": "iNpA3euZM7EkG-Oa",
            "trackName": "26",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [],
              "size3D": {
                "x": 3.3383440931419273,
                "y": 1.7003255028008653,
                "z": 1.284976303577423
              },
              "center3D": {
                "x": 29.994729697420276,
                "y": 2.49139705395129,
                "z": 0.4319483935832978
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.171558618545532
              }
            },
            "modelConfidence": 0.5442609190940857,
            "modelClass": "Car"
          },
          {
            "id": "E501DD27-4423-4C27-9692-0C2BAACBCED9",
            "type": "3D_BOX",
            "trackId": "voP8VAarqz7nEsR-",
            "trackName": "27",
            "classValues": [],
            "contour": {
              "pointN": 90,
              "points": [],
              "size3D": {
                "x": 3.067349076797086,
                "y": 2.038565612049638,
                "z": 1.640723705291748
              },
              "center3D": {
                "x": -33.1811310266599,
                "y": -26.97269575652118,
                "z": 1.1570152044296265
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0.5733004212379456
              }
            },
            "modelConfidence": 0.5170145034790039,
            "modelClass": "Car"
          },
          {
            "id": "279FC566-22BC-40AE-B006-3490DFF6BF51",
            "type": "3D_BOX",
            "trackId": "ayJVXkHn4ZIWIROz",
            "trackName": "28",
            "classValues": [],
            "contour": {
              "pointN": 1491,
              "points": [],
              "size3D": {
                "x": 5.2719028126402065,
                "y": 1.812222586718974,
                "z": 1.5730730295181274
              },
              "center3D": {
                "x": 12.444238101344226,
                "y": -8.871806019544215,
                "z": 0.32532599568367004
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 2.597759485244751
              }
            },
            "modelConfidence": 0.5079779624938965,
            "modelClass": "Truck"
          },
          {
            "id": "94A6EC52-1538-407A-B7E0-D213242A617B",
            "type": "2D_BOX",
            "trackId": "P5wx4Ii-Y8HaLrm7",
            "trackName": "16",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [
                {
                  "x": 411.59030368570416,
                  "y": 543.796640985639
                },
                {
                  "x": 409.0687777166897,
                  "y": 652.6845611528332
                },
                {
                  "x": 494.18351815511767,
                  "y": 664.759141682691
                },
                {
                  "x": 496.78352085953185,
                  "y": 547.9534098200031
                },
                {
                  "x": 641.01786125509,
                  "y": 539.7684851487744
                },
                {
                  "x": 639.272841857636,
                  "y": 623.8958630467122
                },
                {
                  "x": 716.6818771588642,
                  "y": 631.4834028226644
                },
                {
                  "x": 718.4509087390277,
                  "y": 542.706610789267
                }
              ],
              "size3D": {
                "x": 0,
                "y": 0,
                "z": 0
              },
              "center3D": {
                "x": 0,
                "y": 0,
                "z": 0
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "FC89468D-B8CA-410B-A0B3-9116581F9EB1",
            "type": "2D_RECT",
            "trackId": "P5wx4Ii-Y8HaLrm7",
            "trackName": "16",
            "classValues": [],
            "contour": {
              "pointN": 0,
              "points": [
                {
                  "x": 409.06877771668974,
                  "y": 539.7684851487745
                },
                {
                  "x": 409.06877771668974,
                  "y": 664.759141682691
                },
                {
                  "x": 718.4509087390277,
                  "y": 664.759141682691
                },
                {
                  "x": 718.4509087390277,
                  "y": 539.7684851487745
                }
              ],
              "size3D": {
                "x": 0,
                "y": 0,
                "z": 0
              },
              "center3D": {
                "x": 0,
                "y": 0,
                "z": 0
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": 0
              }
            },
            "modelClass": "Car"
          },
          {
            "id": "1CD18E2E-0E6C-4E60-8992-904A4BCB748C",
            "type": "3D_BOX",
            "trackId": "PPdOOrkx59n6Ie7X",
            "trackName": "29",
            "classValues": [],
            "contour": {
              "pointN": 79,
              "points": [],
              "size3D": {
                "x": 1.409956478391917,
                "y": 4.982288792055658,
                "z": 0.7248398161563769
              },
              "center3D": {
                "x": -8.545347640368917,
                "y": -13.223727032615546,
                "z": 0.0774199080781886
              },
              "viewIndex": 0,
              "rotation3D": {
                "x": 0,
                "y": 0,
                "z": -0.586179524511244
              }
            },
            "modelClass": ""
          }
        ]
      }
    ]
  }
}
Previous
Upload file through presigned url
Next
Download dataset annotation results
Built with