[
{
"model": "access_tokens.accesstoken",
"pk": 1,
"fields": {
"created": "2025-07-17T16:16:45.241Z",
"expiry_date": null,
"hashed_key": "md5$4vOVrPTlVbaAdNpHgCz5n8$7eb28eada2b931b03f19a48c4653c539",
"last_used_date": null,
"name": "test revoked readonly key",
"owner": [
"user1"
],
"prefix": "DgrZuqmc",
"read_only": true,
"revoked": true,
"updated_date": "2025-07-17T16:25:33.472Z"
}
},
{
"model": "access_tokens.accesstoken",
"pk": 2,
"fields": {
"created": "2024-07-17T16:17:00.066Z",
"expiry_date": "2024-09-17T16:20:00.066Z",
"hashed_key": "md5$cbyUZDVSaI6ARcISi2BAyP$c81eb4e53445c73d24357f8d158aae59",
"last_used_date": null,
"name": "test expired readwrite key",
"owner": [
"user1"
],
"prefix": "EQCKEFZh",
"read_only": false,
"revoked": false,
"updated_date": "2024-08-17T16:25:40.236Z"
}
},
{
"model": "access_tokens.accesstoken",
"pk": 3,
"fields": {
"created": "2025-07-17T16:17:35.436Z",
"expiry_date": null,
"hashed_key": "md5$JylUmq04NnXDB8amN7fmW2$c0f68b4280322bc5aae4d1031efb076b",
"last_used_date": null,
"name": "test key",
"owner": [
"admin2"
],
"prefix": "XQRwNl8D",
"read_only": false,
"revoked": false,
"updated_date": "2025-07-17T16:17:35.436Z"
}
},
{
"model": "access_tokens.accesstoken",
"pk": 4,
"fields": {
"created": "2025-07-17T16:19:18.229Z",
"expiry_date": null,
"hashed_key": "md5$gQWIRwVVJpxag4NtuhOgrZ$c381ef0af1cdc1bdce66df5bc65d7af7",
"last_used_date": null,
"name": "test readonly key",
"owner": [
"user1"
],
"prefix": "waUchCLi",
"read_only": true,
"revoked": false,
"updated_date": "2025-07-17T16:19:18.229Z"
}
},
{
"model": "access_tokens.accesstoken",
"pk": 5,
"fields": {
"created": "2025-07-17T16:19:46.576Z",
"expiry_date": null,
"hashed_key": "md5$nwdhu6OXe4H4LjSJvYOYgL$bb375ffa6980fa98e8fa09698e14829f",
"last_used_date": null,
"name": "test readwrite key",
"owner": [
"user1"
],
"prefix": "2HVbBoWR",
"read_only": false,
"revoked": false,
"updated_date": "2025-07-17T16:19:46.576Z"
}
},
{
"model": "access_tokens.accesstoken",
"pk": 6,
"fields": {
"created": "1900-01-01T01:00:00Z",
"expiry_date": null,
"hashed_key": "md5$damuD8CQt8fOi6Tnn2TWYF$48aacd12520f4ac63e1132bc2ffe79fa",
"last_used_date": "1901-01-01T01:00:00Z",
"name": "test stale token",
"owner": [
"admin2"
],
"prefix": "UODahKbn",
"read_only": true,
"revoked": false,
"updated_date": "2001-01-01T15:07:32.016Z"
}
},
{
"model": "access_tokens.accesstoken",
"pk": 7,
"fields": {
"created": "2025-08-12T10:30:10.206Z",
"expiry_date": null,
"hashed_key": "md5$gsxukSI2wEfdrmol6icK4T$c38c40fd30f6be101875be1a3df25746",
"last_used_date": null,
"name": "test readonly key",
"owner": [
"admin2"
],
"prefix": "gIUANJCa",
"read_only": true,
"revoked": false,
"updated_date": "2025-08-12T10:30:10.206Z"
}
},
{
"model": "account.emailaddress",
"pk": 1,
"fields": {
"email": "admin1@cvat.org",
"primary": true,
"user": [
"admin1"
],
"verified": true
}
},
{
"model": "account.emailaddress",
"pk": 2,
"fields": {
"email": "admin2@cvat.org",
"primary": true,
"user": [
"admin2"
],
"verified": true
}
},
{
"model": "account.emailaddress",
"pk": 3,
"fields": {
"email": "lonely_user@cvat.org",
"primary": true,
"user": [
"lonely_user"
],
"verified": false
}
},
{
"model": "auth.group",
"pk": 1,
"fields": {
"name": "admin",
"permissions": []
}
},
{
"model": "auth.group",
"pk": 2,
"fields": {
"name": "user",
"permissions": []
}
},
{
"model": "auth.group",
"pk": 3,
"fields": {
"name": "worker",
"permissions": []
}
},
{
"model": "auth.user",
"pk": 1,
"fields": {
"date_joined": "2021-12-14T18:04:57Z",
"email": "admin1@cvat.org",
"first_name": "Admin",
"groups": [
[
"admin"
]
],
"is_active": true,
"is_staff": true,
"is_superuser": true,
"last_login": "2026-01-15T08:22:10.292Z",
"last_name": "First",
"password": "md5$Ba6a4O5ImOYiZ04wBFMtMQ$d1b00970c835fcf12c17240f05f8257e",
"user_permissions": [],
"username": "admin1"
}
},
{
"model": "auth.user",
"pk": 2,
"fields": {
"date_joined": "2021-12-14T18:21:09Z",
"email": "user1@cvat.org",
"first_name": "User",
"groups": [
[
"user"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": "2023-09-15T07:52:46.964Z",
"last_name": "First",
"password": "md5$phwgPiWB3zBxteEIebm3Yh$27f3556aa8061e5622adfbc8bc305c5c",
"user_permissions": [],
"username": "user1"
}
},
{
"model": "auth.user",
"pk": 3,
"fields": {
"date_joined": "2021-12-14T18:24:12Z",
"email": "user2@cvat.org",
"first_name": "User",
"groups": [
[
"user"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": "2022-09-28T12:19:33.698Z",
"last_name": "Second",
"password": "md5$Fd9cxQdLQ3f0prkd9TSlnN$1a5fb3c2561137ce199c1dfe5625c7a2",
"user_permissions": [],
"username": "user2"
}
},
{
"model": "auth.user",
"pk": 4,
"fields": {
"date_joined": "2021-12-14T18:24:39Z",
"email": "user3@cvat.org",
"first_name": "User",
"groups": [
[
"user"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": null,
"last_name": "Third",
"password": "md5$Ijexsnap6Uj1P8RcKUf5Q5$7fb70bf35ebab0f2c2e96509a5ce44bc",
"user_permissions": [],
"username": "user3"
}
},
{
"model": "auth.user",
"pk": 5,
"fields": {
"date_joined": "2021-12-14T18:25:10Z",
"email": "user4@cvat.org",
"first_name": "User",
"groups": [
[
"user"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": null,
"last_name": "Fourth",
"password": "md5$NIHgzYn7rUqnnAdqA9NRuM$2086d4ab6134a938f7111b689a53e568",
"user_permissions": [],
"username": "user4"
}
},
{
"model": "auth.user",
"pk": 6,
"fields": {
"date_joined": "2021-12-14T18:30:00Z",
"email": "worker1@cvat.org",
"first_name": "Worker",
"groups": [
[
"worker"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": "2022-09-06T07:57:19.879Z",
"last_name": "First",
"password": "md5$z1W241c7REV3qhDbHgHaxQ$b22a16cb20f2f5c36cb9266dbea2f408",
"user_permissions": [],
"username": "worker1"
}
},
{
"model": "auth.user",
"pk": 7,
"fields": {
"date_joined": "2021-12-14T18:30:43Z",
"email": "worker2@cvat.org",
"first_name": "Worker",
"groups": [
[
"worker"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": null,
"last_name": "Second",
"password": "md5$bztPzMvTmidF9gZ0KBnZMP$69112e5cff6ee9f413afff579d37bd9f",
"user_permissions": [],
"username": "worker2"
}
},
{
"model": "auth.user",
"pk": 8,
"fields": {
"date_joined": "2021-12-14T18:31:25Z",
"email": "worker3@cvat.org",
"first_name": "Worker",
"groups": [
[
"worker"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": null,
"last_name": "Third",
"password": "md5$GdmAUO4kpBTZ1CxtBN1VEL$e8726bf27639e80c392db8f2d5143233",
"user_permissions": [],
"username": "worker3"
}
},
{
"model": "auth.user",
"pk": 9,
"fields": {
"date_joined": "2021-12-14T18:32:01Z",
"email": "worker4@cvat.org",
"first_name": "Worker",
"groups": [
[
"worker"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": null,
"last_name": "Fourth",
"password": "md5$zdbncWPAOiS3ZlwaOYAdOi$996e02d03fcd41c04d536090be706d2b",
"user_permissions": [],
"username": "worker4"
}
},
{
"model": "auth.user",
"pk": 10,
"fields": {
"date_joined": "2021-12-14T18:33:06Z",
"email": "user7@cvat.org",
"first_name": "User",
"groups": [
[
"user"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": "2022-09-28T12:17:51.373Z",
"last_name": "Seventh",
"password": "md5$6TyZJsUJ2hAbICwZHKp4p0$961841748b31d28bcaf3094e549d2bd5",
"user_permissions": [],
"username": "user7"
}
},
{
"model": "auth.user",
"pk": 11,
"fields": {
"date_joined": "2021-12-14T18:34:01Z",
"email": "user8@cvat.org",
"first_name": "User",
"groups": [
[
"user"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": "2022-03-17T07:22:55.930Z",
"last_name": "Eighth",
"password": "md5$oLNLFFMdjViRqnAw1th3Zl$d816d16307053866451da43fb4443b66",
"user_permissions": [],
"username": "user8"
}
},
{
"model": "auth.user",
"pk": 12,
"fields": {
"date_joined": "2021-12-14T18:34:34Z",
"email": "user9@cvat.org",
"first_name": "User",
"groups": [
[
"user"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": null,
"last_name": "Ninth",
"password": "md5$7ETBhORLrHl45WPL9CkxnN$af77496152b60ffc73ef877c99807385",
"user_permissions": [],
"username": "user9"
}
},
{
"model": "auth.user",
"pk": 13,
"fields": {
"date_joined": "2021-12-14T18:35:15Z",
"email": "user10@cvat.org",
"first_name": "User",
"groups": [
[
"user"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": null,
"last_name": "Tenth",
"password": "md5$9huaZ72ncQGfmxUqU3Hwnz$6b010216eea87409f0aca7126bd80bbd",
"user_permissions": [],
"username": "user10"
}
},
{
"model": "auth.user",
"pk": 14,
"fields": {
"date_joined": "2021-12-14T18:36:00Z",
"email": "dummy1@cvat.org",
"first_name": "Dummy",
"groups": [],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": null,
"last_name": "First",
"password": "md5$8vfgStovWFWiOQ3LvlWoTU$788f7808c3f5bb1b8f14fd6797eac26e",
"user_permissions": [],
"username": "dummy1"
}
},
{
"model": "auth.user",
"pk": 15,
"fields": {
"date_joined": "2021-12-14T18:36:31Z",
"email": "dummy2@cvat.org",
"first_name": "Dummy",
"groups": [],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": null,
"last_name": "Second",
"password": "md5$P8BxmQDegOYosxMKlJGmMW$99de8e31588e0fab33a18ac804593415",
"user_permissions": [],
"username": "dummy2"
}
},
{
"model": "auth.user",
"pk": 16,
"fields": {
"date_joined": "2021-12-14T18:37:09Z",
"email": "dummy3@cvat.org",
"first_name": "Dummy",
"groups": [],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": null,
"last_name": "Third",
"password": "md5$rp1gqZI3urfPDm64dulPLR$ef34e810ad556baac98b4a602bf23a59",
"user_permissions": [],
"username": "dummy3"
}
},
{
"model": "auth.user",
"pk": 17,
"fields": {
"date_joined": "2021-12-14T18:37:41Z",
"email": "dummy4@cvat.org",
"first_name": "Dummy",
"groups": [],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": null,
"last_name": "Fourth",
"password": "md5$JqhutieFdFU2Tp7qJlXDAb$f2045686d224badf21278749f4692f33",
"user_permissions": [],
"username": "dummy4"
}
},
{
"model": "auth.user",
"pk": 18,
"fields": {
"date_joined": "2021-12-14T18:38:46Z",
"email": "admin2@cvat.org",
"first_name": "Admin",
"groups": [
[
"admin"
]
],
"is_active": true,
"is_staff": true,
"is_superuser": true,
"last_login": "2022-03-05T09:37:01.636Z",
"last_name": "Second",
"password": "md5$rKclttm53lRHC0rITF48uu$7ac59be88ed2a5de4b513edbef629258",
"user_permissions": [],
"username": "admin2"
}
},
{
"model": "auth.user",
"pk": 19,
"fields": {
"date_joined": "2022-02-24T20:45:07Z",
"email": "user5@cvat.org",
"first_name": "User",
"groups": [
[
"user"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": null,
"last_name": "Fifth",
"password": "md5$8oxrk7tpKgilu8o3QgWajX$9382a7ac03f3e4d51eaa499543933433",
"user_permissions": [],
"username": "user5"
}
},
{
"model": "auth.user",
"pk": 20,
"fields": {
"date_joined": "2022-02-24T20:45:19Z",
"email": "user6@cvat.org",
"first_name": "User",
"groups": [
[
"user"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": null,
"last_name": "Sixth",
"password": "md5$KC8w8e0XYvd4nwN0Sr5dyn$1eba1ae6fdcc87bba0d910a27439ca65",
"user_permissions": [],
"username": "user6"
}
},
{
"model": "auth.user",
"pk": 21,
"fields": {
"date_joined": "2023-03-30T09:37:31.615Z",
"email": "lonely_user@cvat.org",
"first_name": "Lonely",
"groups": [
[
"user"
]
],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": "2023-03-30T09:37:31.708Z",
"last_name": "User",
"password": "md5$EOuzfC2uKZNEO5Chm6Lsc7$1b9c0bfc7238256d294aec08188d8775",
"user_permissions": [],
"username": "lonely_user"
}
},
{
"model": "consensus.consensussettings",
"pk": 1,
"fields": {
"iou_threshold": 0.4,
"task": 30
}
},
{
"model": "consensus.consensussettings",
"pk": 2,
"fields": {
"iou_threshold": 0.4,
"task": 31
}
},
{
"model": "engine.attributespec",
"pk": 1,
"fields": {
"default_value": "mazda",
"input_type": "select",
"label": 5,
"mutable": false,
"name": "model",
"values": "mazda\nvolvo\nbmw"
}
},
{
"model": "engine.attributespec",
"pk": 2,
"fields": {
"default_value": "white",
"input_type": "select",
"label": 22,
"mutable": false,
"name": "color",
"values": "white\nblack"
}
},
{
"model": "engine.attributespec",
"pk": 3,
"fields": {
"default_value": "val1",
"input_type": "select",
"label": 25,
"mutable": false,
"name": "attr",
"values": "val1\nval2"
}
},
{
"model": "engine.attributespec",
"pk": 5,
"fields": {
"default_value": "false",
"input_type": "checkbox",
"label": 35,
"mutable": true,
"name": "a1",
"values": "false"
}
},
{
"model": "engine.attributespec",
"pk": 6,
"fields": {
"default_value": "false",
"input_type": "checkbox",
"label": 40,
"mutable": true,
"name": "attr",
"values": "false"
}
},
{
"model": "engine.attributespec",
"pk": 7,
"fields": {
"default_value": "default",
"input_type": "text",
"label": 51,
"mutable": false,
"name": "attr",
"values": "default"
}
},
{
"model": "engine.attributespec",
"pk": 8,
"fields": {
"default_value": "white",
"input_type": "radio",
"label": 52,
"mutable": false,
"name": "color",
"values": "white\nblack\nred"
}
},
{
"model": "engine.attributespec",
"pk": 9,
"fields": {
"default_value": "default",
"input_type": "text",
"label": 53,
"mutable": false,
"name": "attr",
"values": "default"
}
},
{
"model": "engine.attributespec",
"pk": 10,
"fields": {
"default_value": "white",
"input_type": "radio",
"label": 54,
"mutable": false,
"name": "color",
"values": "white\nblack\nred"
}
},
{
"model": "engine.attributespec",
"pk": 11,
"fields": {
"default_value": "default",
"input_type": "text",
"label": 55,
"mutable": false,
"name": "attr",
"values": "default"
}
},
{
"model": "engine.attributespec",
"pk": 12,
"fields": {
"default_value": "white",
"input_type": "radio",
"label": 56,
"mutable": false,
"name": "color",
"values": "white\nblack\nred"
}
},
{
"model": "engine.attributespec",
"pk": 13,
"fields": {
"default_value": "yy",
"input_type": "text",
"label": 67,
"mutable": false,
"name": "x",
"values": "yy"
}
},
{
"model": "engine.attributespec",
"pk": 14,
"fields": {
"default_value": "1",
"input_type": "radio",
"label": 67,
"mutable": false,
"name": "y",
"values": "1\n2"
}
},
{
"model": "engine.attributespec",
"pk": 15,
"fields": {
"default_value": "",
"input_type": "text",
"label": 77,
"mutable": false,
"name": "id",
"values": ""
}
},
{
"model": "engine.attributespec",
"pk": 16,
"fields": {
"default_value": "",
"input_type": "text",
"label": 78,
"mutable": false,
"name": "src",
"values": ""
}
},
{
"model": "engine.attributespec",
"pk": 17,
"fields": {
"default_value": "",
"input_type": "text",
"label": 79,
"mutable": false,
"name": "src",
"values": ""
}
},
{
"model": "engine.attributespec",
"pk": 18,
"fields": {
"default_value": "",
"input_type": "text",
"label": 80,
"mutable": false,
"name": "src",
"values": ""
}
},
{
"model": "engine.attributespec",
"pk": 19,
"fields": {
"default_value": "Alice",
"input_type": "select",
"label": 93,
"mutable": false,
"name": "speaker",
"values": "Alice\nBob"
}
},
{
"model": "engine.attributespec",
"pk": 20,
"fields": {
"default_value": "",
"input_type": "text",
"label": 93,
"mutable": true,
"name": "tr-en",
"values": ""
}
},
{
"model": "engine.audio",
"pk": 1,
"fields": {
"data": 35,
"has_cover_image": true,
"path": "sample2_with_cover.mp3",
"sampling_rate": 24000
}
},
{
"model": "engine.clientfile",
"pk": 131,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/120.png"
}
},
{
"model": "engine.clientfile",
"pk": 132,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/127.png"
}
},
{
"model": "engine.clientfile",
"pk": 133,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/124.png"
}
},
{
"model": "engine.clientfile",
"pk": 134,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/133.png"
}
},
{
"model": "engine.clientfile",
"pk": 135,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/131.png"
}
},
{
"model": "engine.clientfile",
"pk": 136,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/125.png"
}
},
{
"model": "engine.clientfile",
"pk": 137,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/121.png"
}
},
{
"model": "engine.clientfile",
"pk": 138,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/122.png"
}
},
{
"model": "engine.clientfile",
"pk": 139,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/126.png"
}
},
{
"model": "engine.clientfile",
"pk": 140,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/130.png"
}
},
{
"model": "engine.clientfile",
"pk": 141,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/123.png"
}
},
{
"model": "engine.clientfile",
"pk": 142,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/132.png"
}
},
{
"model": "engine.clientfile",
"pk": 143,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/119.png"
}
},
{
"model": "engine.clientfile",
"pk": 144,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/137.png"
}
},
{
"model": "engine.clientfile",
"pk": 145,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/129.png"
}
},
{
"model": "engine.clientfile",
"pk": 146,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/118.png"
}
},
{
"model": "engine.clientfile",
"pk": 147,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/135.png"
}
},
{
"model": "engine.clientfile",
"pk": 148,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/140.png"
}
},
{
"model": "engine.clientfile",
"pk": 149,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/139.png"
}
},
{
"model": "engine.clientfile",
"pk": 150,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/136.png"
}
},
{
"model": "engine.clientfile",
"pk": 151,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/128.png"
}
},
{
"model": "engine.clientfile",
"pk": 152,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/138.png"
}
},
{
"model": "engine.clientfile",
"pk": 153,
"fields": {
"data": 2,
"file": "/home/django/data/data/2/raw/134.png"
}
},
{
"model": "engine.clientfile",
"pk": 360,
"fields": {
"data": 5,
"file": "/home/django/data/data/5/raw/test_video_1.mp4"
}
},
{
"model": "engine.clientfile",
"pk": 361,
"fields": {
"data": 6,
"file": "/home/django/data/data/6/raw/test_pointcloud_pcd.zip"
}
},
{
"model": "engine.clientfile",
"pk": 362,
"fields": {
"data": 7,
"file": "/home/django/data/data/7/raw/10.png"
}
},
{
"model": "engine.clientfile",
"pk": 363,
"fields": {
"data": 7,
"file": "/home/django/data/data/7/raw/3.png"
}
},
{
"model": "engine.clientfile",
"pk": 364,
"fields": {
"data": 7,
"file": "/home/django/data/data/7/raw/9.png"
}
},
{
"model": "engine.clientfile",
"pk": 365,
"fields": {
"data": 7,
"file": "/home/django/data/data/7/raw/6.png"
}
},
{
"model": "engine.clientfile",
"pk": 366,
"fields": {
"data": 7,
"file": "/home/django/data/data/7/raw/0.png"
}
},
{
"model": "engine.clientfile",
"pk": 367,
"fields": {
"data": 7,
"file": "/home/django/data/data/7/raw/8.png"
}
},
{
"model": "engine.clientfile",
"pk": 368,
"fields": {
"data": 7,
"file": "/home/django/data/data/7/raw/2.png"
}
},
{
"model": "engine.clientfile",
"pk": 369,
"fields": {
"data": 7,
"file": "/home/django/data/data/7/raw/7.png"
}
},
{
"model": "engine.clientfile",
"pk": 370,
"fields": {
"data": 7,
"file": "/home/django/data/data/7/raw/5.png"
}
},
{
"model": "engine.clientfile",
"pk": 371,
"fields": {
"data": 7,
"file": "/home/django/data/data/7/raw/1.png"
}
},
{
"model": "engine.clientfile",
"pk": 372,
"fields": {
"data": 7,
"file": "/home/django/data/data/7/raw/4.png"
}
},
{
"model": "engine.clientfile",
"pk": 373,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/10.png"
}
},
{
"model": "engine.clientfile",
"pk": 374,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/3.png"
}
},
{
"model": "engine.clientfile",
"pk": 375,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/9.png"
}
},
{
"model": "engine.clientfile",
"pk": 376,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/6.png"
}
},
{
"model": "engine.clientfile",
"pk": 377,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/13.png"
}
},
{
"model": "engine.clientfile",
"pk": 378,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/0.png"
}
},
{
"model": "engine.clientfile",
"pk": 379,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/12.png"
}
},
{
"model": "engine.clientfile",
"pk": 380,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/8.png"
}
},
{
"model": "engine.clientfile",
"pk": 381,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/2.png"
}
},
{
"model": "engine.clientfile",
"pk": 382,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/7.png"
}
},
{
"model": "engine.clientfile",
"pk": 383,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/1.png"
}
},
{
"model": "engine.clientfile",
"pk": 384,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/4.png"
}
},
{
"model": "engine.clientfile",
"pk": 385,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/11.png"
}
},
{
"model": "engine.clientfile",
"pk": 386,
"fields": {
"data": 8,
"file": "/home/django/data/data/8/raw/14.png"
}
},
{
"model": "engine.clientfile",
"pk": 387,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/53.png"
}
},
{
"model": "engine.clientfile",
"pk": 388,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/52.png"
}
},
{
"model": "engine.clientfile",
"pk": 389,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/59.png"
}
},
{
"model": "engine.clientfile",
"pk": 390,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/65.png"
}
},
{
"model": "engine.clientfile",
"pk": 391,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/57.png"
}
},
{
"model": "engine.clientfile",
"pk": 392,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/71.png"
}
},
{
"model": "engine.clientfile",
"pk": 393,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/61.png"
}
},
{
"model": "engine.clientfile",
"pk": 394,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/58.png"
}
},
{
"model": "engine.clientfile",
"pk": 395,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/68.png"
}
},
{
"model": "engine.clientfile",
"pk": 396,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/70.png"
}
},
{
"model": "engine.clientfile",
"pk": 397,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/55.png"
}
},
{
"model": "engine.clientfile",
"pk": 398,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/62.png"
}
},
{
"model": "engine.clientfile",
"pk": 399,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/67.png"
}
},
{
"model": "engine.clientfile",
"pk": 400,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/63.png"
}
},
{
"model": "engine.clientfile",
"pk": 401,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/64.png"
}
},
{
"model": "engine.clientfile",
"pk": 402,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/69.png"
}
},
{
"model": "engine.clientfile",
"pk": 403,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/56.png"
}
},
{
"model": "engine.clientfile",
"pk": 404,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/66.png"
}
},
{
"model": "engine.clientfile",
"pk": 405,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/54.png"
}
},
{
"model": "engine.clientfile",
"pk": 406,
"fields": {
"data": 9,
"file": "/home/django/data/data/9/raw/60.png"
}
},
{
"model": "engine.clientfile",
"pk": 418,
"fields": {
"data": 11,
"file": "/home/django/data/data/11/raw/30.png"
}
},
{
"model": "engine.clientfile",
"pk": 419,
"fields": {
"data": 11,
"file": "/home/django/data/data/11/raw/36.png"
}
},
{
"model": "engine.clientfile",
"pk": 420,
"fields": {
"data": 11,
"file": "/home/django/data/data/11/raw/40.png"
}
},
{
"model": "engine.clientfile",
"pk": 421,
"fields": {
"data": 11,
"file": "/home/django/data/data/11/raw/34.png"
}
},
{
"model": "engine.clientfile",
"pk": 422,
"fields": {
"data": 11,
"file": "/home/django/data/data/11/raw/31.png"
}
},
{
"model": "engine.clientfile",
"pk": 423,
"fields": {
"data": 11,
"file": "/home/django/data/data/11/raw/38.png"
}
},
{
"model": "engine.clientfile",
"pk": 424,
"fields": {
"data": 11,
"file": "/home/django/data/data/11/raw/39.png"
}
},
{
"model": "engine.clientfile",
"pk": 425,
"fields": {
"data": 11,
"file": "/home/django/data/data/11/raw/33.png"
}
},
{
"model": "engine.clientfile",
"pk": 426,
"fields": {
"data": 11,
"file": "/home/django/data/data/11/raw/35.png"
}
},
{
"model": "engine.clientfile",
"pk": 427,
"fields": {
"data": 11,
"file": "/home/django/data/data/11/raw/32.png"
}
},
{
"model": "engine.clientfile",
"pk": 428,
"fields": {
"data": 11,
"file": "/home/django/data/data/11/raw/37.png"
}
},
{
"model": "engine.clientfile",
"pk": 429,
"fields": {
"data": 12,
"file": "/home/django/data/data/12/raw/4.png"
}
},
{
"model": "engine.clientfile",
"pk": 430,
"fields": {
"data": 12,
"file": "/home/django/data/data/12/raw/0.png"
}
},
{
"model": "engine.clientfile",
"pk": 431,
"fields": {
"data": 12,
"file": "/home/django/data/data/12/raw/1.png"
}
},
{
"model": "engine.clientfile",
"pk": 432,
"fields": {
"data": 12,
"file": "/home/django/data/data/12/raw/3.png"
}
},
{
"model": "engine.clientfile",
"pk": 433,
"fields": {
"data": 12,
"file": "/home/django/data/data/12/raw/2.png"
}
},
{
"model": "engine.clientfile",
"pk": 434,
"fields": {
"data": 13,
"file": "/home/django/data/data/13/raw/6.png"
}
},
{
"model": "engine.clientfile",
"pk": 435,
"fields": {
"data": 13,
"file": "/home/django/data/data/13/raw/4.png"
}
},
{
"model": "engine.clientfile",
"pk": 436,
"fields": {
"data": 13,
"file": "/home/django/data/data/13/raw/7.png"
}
},
{
"model": "engine.clientfile",
"pk": 437,
"fields": {
"data": 13,
"file": "/home/django/data/data/13/raw/1.png"
}
},
{
"model": "engine.clientfile",
"pk": 438,
"fields": {
"data": 13,
"file": "/home/django/data/data/13/raw/3.png"
}
},
{
"model": "engine.clientfile",
"pk": 439,
"fields": {
"data": 13,
"file": "/home/django/data/data/13/raw/8.png"
}
},
{
"model": "engine.clientfile",
"pk": 440,
"fields": {
"data": 13,
"file": "/home/django/data/data/13/raw/5.png"
}
},
{
"model": "engine.clientfile",
"pk": 441,
"fields": {
"data": 13,
"file": "/home/django/data/data/13/raw/2.png"
}
},
{
"model": "engine.clientfile",
"pk": 442,
"fields": {
"data": 14,
"file": "/home/django/data/data/14/raw/test_video_1.mp4"
}
},
{
"model": "engine.clientfile",
"pk": 443,
"fields": {
"data": 17,
"file": "/home/django/data/data/17/raw/12.png"
}
},
{
"model": "engine.clientfile",
"pk": 444,
"fields": {
"data": 17,
"file": "/home/django/data/data/17/raw/13.png"
}
},
{
"model": "engine.clientfile",
"pk": 445,
"fields": {
"data": 18,
"file": "/home/django/data/data/18/raw/16.png"
}
},
{
"model": "engine.clientfile",
"pk": 446,
"fields": {
"data": 18,
"file": "/home/django/data/data/18/raw/15.png"
}
},
{
"model": "engine.clientfile",
"pk": 447,
"fields": {
"data": 19,
"file": "/home/django/data/data/19/raw/33.png"
}
},
{
"model": "engine.clientfile",
"pk": 448,
"fields": {
"data": 19,
"file": "/home/django/data/data/19/raw/34.png"
}
},
{
"model": "engine.clientfile",
"pk": 449,
"fields": {
"data": 20,
"file": "/home/django/data/data/20/raw/3.png"
}
},
{
"model": "engine.clientfile",
"pk": 450,
"fields": {
"data": 20,
"file": "/home/django/data/data/20/raw/2.png"
}
},
{
"model": "engine.clientfile",
"pk": 451,
"fields": {
"data": 20,
"file": "/home/django/data/data/20/raw/5.png"
}
},
{
"model": "engine.clientfile",
"pk": 452,
"fields": {
"data": 20,
"file": "/home/django/data/data/20/raw/8.png"
}
},
{
"model": "engine.clientfile",
"pk": 453,
"fields": {
"data": 20,
"file": "/home/django/data/data/20/raw/9.png"
}
},
{
"model": "engine.clientfile",
"pk": 454,
"fields": {
"data": 20,
"file": "/home/django/data/data/20/raw/4.png"
}
},
{
"model": "engine.clientfile",
"pk": 455,
"fields": {
"data": 20,
"file": "/home/django/data/data/20/raw/6.png"
}
},
{
"model": "engine.clientfile",
"pk": 456,
"fields": {
"data": 20,
"file": "/home/django/data/data/20/raw/0.png"
}
},
{
"model": "engine.clientfile",
"pk": 457,
"fields": {
"data": 20,
"file": "/home/django/data/data/20/raw/1.png"
}
},
{
"model": "engine.clientfile",
"pk": 458,
"fields": {
"data": 20,
"file": "/home/django/data/data/20/raw/7.png"
}
},
{
"model": "engine.clientfile",
"pk": 459,
"fields": {
"data": 23,
"file": "/home/django/data/data/23/raw/img.png"
}
},
{
"model": "engine.clientfile",
"pk": 460,
"fields": {
"data": 24,
"file": "/home/django/data/data/24/raw/img.png"
}
},
{
"model": "engine.clientfile",
"pk": 461,
"fields": {
"data": 25,
"file": "/home/django/data/data/25/raw/1.png"
}
},
{
"model": "engine.clientfile",
"pk": 462,
"fields": {
"data": 26,
"file": "/home/django/data/data/26/raw/1.png"
}
},
{
"model": "engine.clientfile",
"pk": 463,
"fields": {
"data": 27,
"file": "/home/django/data/data/27/raw/1.png"
}
},
{
"model": "engine.clientfile",
"pk": 464,
"fields": {
"data": 29,
"file": "/home/django/data/data/29/raw/30.png"
}
},
{
"model": "engine.clientfile",
"pk": 465,
"fields": {
"data": 29,
"file": "/home/django/data/data/29/raw/31.png"
}
},
{
"model": "engine.clientfile",
"pk": 466,
"fields": {
"data": 29,
"file": "/home/django/data/data/29/raw/32.png"
}
},
{
"model": "engine.clientfile",
"pk": 467,
"fields": {
"data": 29,
"file": "/home/django/data/data/29/raw/33.png"
}
},
{
"model": "engine.clientfile",
"pk": 468,
"fields": {
"data": 29,
"file": "/home/django/data/data/29/raw/34.png"
}
},
{
"model": "engine.clientfile",
"pk": 469,
"fields": {
"data": 29,
"file": "/home/django/data/data/29/raw/35.png"
}
},
{
"model": "engine.clientfile",
"pk": 470,
"fields": {
"data": 30,
"file": "/home/django/data/data/30/raw/30.png"
}
},
{
"model": "engine.clientfile",
"pk": 471,
"fields": {
"data": 30,
"file": "/home/django/data/data/30/raw/31.png"
}
},
{
"model": "engine.clientfile",
"pk": 472,
"fields": {
"data": 30,
"file": "/home/django/data/data/30/raw/32.png"
}
},
{
"model": "engine.clientfile",
"pk": 473,
"fields": {
"data": 33,
"file": "/home/django/data/data/33/raw/random_video_10s.mp4"
}
},
{
"model": "engine.cloudstorage",
"pk": 1,
"fields": {
"created_date": "2022-03-17T07:22:49.519Z",
"credentials": "",
"credentials_type": "ANONYMOUS_ACCESS",
"description": "",
"display_name": "Bucket 1",
"organization": null,
"owner": [
"user1"
],
"provider_type": "AWS_S3_BUCKET",
"resource": "public",
"specific_attributes": "endpoint_url=http%3A%2F%2Fminio%3A9000",
"updated_date": "2022-03-17T07:22:49.529Z"
}
},
{
"model": "engine.cloudstorage",
"pk": 2,
"fields": {
"created_date": "2022-03-17T07:23:59.305Z",
"credentials": "minio_access_key minio_secret_key",
"credentials_type": "KEY_SECRET_KEY_PAIR",
"description": "",
"display_name": "Bucket 2",
"organization": 2,
"owner": [
"user8"
],
"provider_type": "AWS_S3_BUCKET",
"resource": "private",
"specific_attributes": "endpoint_url=http%3A%2F%2Fminio%3A9000",
"updated_date": "2022-07-13T12:46:45.587Z"
}
},
{
"model": "engine.cloudstorage",
"pk": 3,
"fields": {
"created_date": "2022-06-29T12:56:18.257Z",
"credentials": "minio_access_key minio_secret_key",
"credentials_type": "KEY_SECRET_KEY_PAIR",
"description": "Bucket for importing and exporting annotations and backups",
"display_name": "Import/Export bucket",
"organization": 2,
"owner": [
"admin1"
],
"provider_type": "AWS_S3_BUCKET",
"resource": "importexportbucket",
"specific_attributes": "endpoint_url=http%3A%2F%2Fminio%3A9000",
"updated_date": "2022-06-29T12:56:18.264Z"
}
},
{
"model": "engine.cloudstorage",
"pk": 4,
"fields": {
"created_date": "2022-06-29T12:56:18.257Z",
"credentials": "minio_access_key minio_secret_key",
"credentials_type": "KEY_SECRET_KEY_PAIR",
"description": "Bucket with wrong endpoint for testing purposes",
"display_name": "Import/Export bucket with wrong endpoint",
"organization": 2,
"owner": [
"admin1"
],
"provider_type": "AWS_S3_BUCKET",
"resource": "importexportbucketwrongendpoint",
"specific_attributes": "endpoint_url=http%3A%2F%2Fminio%3A9777",
"updated_date": "2022-06-29T12:56:18.264Z"
}
},
{
"model": "engine.cloudstorage",
"pk": 5,
"fields": {
"created_date": "2026-02-11T16:29:48Z",
"credentials": "minio_access_key minio_secret_key",
"credentials_type": "KEY_SECRET_KEY_PAIR",
"description": "Bucket to be used as backing cloud storage for tasks",
"display_name": "Backing CS",
"organization": null,
"owner": [
"admin1"
],
"provider_type": "AWS_S3_BUCKET",
"resource": "backingcs",
"specific_attributes": "endpoint_url=http%3A%2F%2Fminio%3A9000",
"updated_date": "2026-02-11T16:29:48Z"
}
},
{
"model": "engine.comment",
"pk": 1,
"fields": {
"created_date": "2022-03-16T11:04:39.447Z",
"issue": 1,
"message": "Why are we still here?",
"owner": [
"user1"
],
"updated_date": "2022-03-16T11:04:39.447Z"
}
},
{
"model": "engine.comment",
"pk": 2,
"fields": {
"created_date": "2022-03-16T11:04:49.821Z",
"issue": 1,
"message": "Just to suffer?",
"owner": [
"user1"
],
"updated_date": "2022-03-16T11:04:49.821Z"
}
},
{
"model": "engine.comment",
"pk": 3,
"fields": {
"created_date": "2022-03-16T11:07:22.173Z",
"issue": 2,
"message": "Something should be here",
"owner": [
"user8"
],
"updated_date": "2022-03-16T11:07:22.173Z"
}
},
{
"model": "engine.comment",
"pk": 4,
"fields": {
"created_date": "2022-03-16T11:08:18.370Z",
"issue": 3,
"message": "Another one issue",
"owner": [
"user8"
],
"updated_date": "2022-03-16T11:08:18.370Z"
}
},
{
"model": "engine.comment",
"pk": 5,
"fields": {
"created_date": "2022-03-16T12:40:00.767Z",
"issue": 4,
"message": "Issue with empty frame",
"owner": [
"user1"
],
"updated_date": "2022-03-16T12:40:00.767Z"
}
},
{
"model": "engine.comment",
"pk": 6,
"fields": {
"created_date": "2022-03-16T12:49:29.372Z",
"issue": 5,
"message": "Wrong position",
"owner": [
"user6"
],
"updated_date": "2022-03-16T12:49:29.372Z"
}
},
{
"model": "engine.data",
"pk": 2,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 23,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 22,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 5,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "video",
"size": 25,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 24,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 6,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 1,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 0,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 7,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 11,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 10,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 8,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 14,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 13,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 9,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 20,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 19,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 11,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 11,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 10,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 12,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 5,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 4,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 13,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 8,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 7,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 14,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "video",
"size": 25,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 24,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 16,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 5,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 4,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 17,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 2,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 1,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 18,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 2,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 1,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 19,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 2,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 1,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 20,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 10,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 9,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 21,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 11,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 10,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 22,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 11,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 10,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 23,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 1,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 0,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 24,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 1,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 0,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 25,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 1,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 0,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 26,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 1,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 0,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 27,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 1,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 0,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 28,
"fields": {
"chunk_size": 3,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 29,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 28,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 29,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 10,
"sorting_method": "random",
"start_frame": 0,
"stop_frame": 9,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 30,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 3,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 2,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 31,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 4,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 3,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 32,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": null,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 10,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 9,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 33,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": 1696254,
"deleted_frames": "10",
"frame_filter": "step=5",
"image_quality": 70,
"original_chunk_type": "video",
"size": 20,
"sorting_method": "lexicographical",
"start_frame": 2,
"stop_frame": 97,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 34,
"fields": {
"chunk_size": 72,
"cloud_storage": null,
"compressed_chunk_type": "imageset",
"content_size": 0,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "imageset",
"size": 2,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 1,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.data",
"pk": 35,
"fields": {
"chunk_size": 6914,
"cloud_storage": null,
"compressed_chunk_type": "audio_mp3",
"content_size": 56401,
"deleted_frames": "[]",
"frame_filter": "",
"image_quality": 70,
"original_chunk_type": "audio_mp3",
"size": 6914,
"sorting_method": "lexicographical",
"start_frame": 0,
"stop_frame": 6913,
"storage": "local",
"storage_method": "cache"
}
},
{
"model": "engine.image",
"pk": 131,
"fields": {
"data": 2,
"frame": 0,
"height": 805,
"is_placeholder": false,
"path": "118.png",
"real_frame": 0,
"width": 940
}
},
{
"model": "engine.image",
"pk": 132,
"fields": {
"data": 2,
"frame": 1,
"height": 357,
"is_placeholder": false,
"path": "119.png",
"real_frame": 0,
"width": 693
}
},
{
"model": "engine.image",
"pk": 133,
"fields": {
"data": 2,
"frame": 2,
"height": 301,
"is_placeholder": false,
"path": "120.png",
"real_frame": 0,
"width": 254
}
},
{
"model": "engine.image",
"pk": 134,
"fields": {
"data": 2,
"frame": 3,
"height": 334,
"is_placeholder": false,
"path": "121.png",
"real_frame": 0,
"width": 918
}
},
{
"model": "engine.image",
"pk": 135,
"fields": {
"data": 2,
"frame": 4,
"height": 115,
"is_placeholder": false,
"path": "122.png",
"real_frame": 0,
"width": 619
}
},
{
"model": "engine.image",
"pk": 136,
"fields": {
"data": 2,
"frame": 5,
"height": 738,
"is_placeholder": false,
"path": "123.png",
"real_frame": 0,
"width": 599
}
},
{
"model": "engine.image",
"pk": 137,
"fields": {
"data": 2,
"frame": 6,
"height": 355,
"is_placeholder": false,
"path": "124.png",
"real_frame": 0,
"width": 306
}
},
{
"model": "engine.image",
"pk": 138,
"fields": {
"data": 2,
"frame": 7,
"height": 507,
"is_placeholder": false,
"path": "125.png",
"real_frame": 0,
"width": 838
}
},
{
"model": "engine.image",
"pk": 139,
"fields": {
"data": 2,
"frame": 8,
"height": 211,
"is_placeholder": false,
"path": "126.png",
"real_frame": 0,
"width": 885
}
},
{
"model": "engine.image",
"pk": 140,
"fields": {
"data": 2,
"frame": 9,
"height": 522,
"is_placeholder": false,
"path": "127.png",
"real_frame": 0,
"width": 553
}
},
{
"model": "engine.image",
"pk": 141,
"fields": {
"data": 2,
"frame": 10,
"height": 826,
"is_placeholder": false,
"path": "128.png",
"real_frame": 0,
"width": 424
}
},
{
"model": "engine.image",
"pk": 142,
"fields": {
"data": 2,
"frame": 11,
"height": 984,
"is_placeholder": false,
"path": "129.png",
"real_frame": 0,
"width": 264
}
},
{
"model": "engine.image",
"pk": 143,
"fields": {
"data": 2,
"frame": 12,
"height": 387,
"is_placeholder": false,
"path": "130.png",
"real_frame": 0,
"width": 698
}
},
{
"model": "engine.image",
"pk": 144,
"fields": {
"data": 2,
"frame": 13,
"height": 901,
"is_placeholder": false,
"path": "131.png",
"real_frame": 0,
"width": 781
}
},
{
"model": "engine.image",
"pk": 145,
"fields": {
"data": 2,
"frame": 14,
"height": 149,
"is_placeholder": false,
"path": "132.png",
"real_frame": 0,
"width": 144
}
},
{
"model": "engine.image",
"pk": 146,
"fields": {
"data": 2,
"frame": 15,
"height": 131,
"is_placeholder": false,
"path": "133.png",
"real_frame": 0,
"width": 989
}
},
{
"model": "engine.image",
"pk": 147,
"fields": {
"data": 2,
"frame": 16,
"height": 328,
"is_placeholder": false,
"path": "134.png",
"real_frame": 0,
"width": 661
}
},
{
"model": "engine.image",
"pk": 148,
"fields": {
"data": 2,
"frame": 17,
"height": 811,
"is_placeholder": false,
"path": "135.png",
"real_frame": 0,
"width": 333
}
},
{
"model": "engine.image",
"pk": 149,
"fields": {
"data": 2,
"frame": 18,
"height": 497,
"is_placeholder": false,
"path": "136.png",
"real_frame": 0,
"width": 292
}
},
{
"model": "engine.image",
"pk": 150,
"fields": {
"data": 2,
"frame": 19,
"height": 238,
"is_placeholder": false,
"path": "137.png",
"real_frame": 0,
"width": 886
}
},
{
"model": "engine.image",
"pk": 151,
"fields": {
"data": 2,
"frame": 20,
"height": 179,
"is_placeholder": false,
"path": "138.png",
"real_frame": 0,
"width": 759
}
},
{
"model": "engine.image",
"pk": 152,
"fields": {
"data": 2,
"frame": 21,
"height": 746,
"is_placeholder": false,
"path": "139.png",
"real_frame": 0,
"width": 769
}
},
{
"model": "engine.image",
"pk": 153,
"fields": {
"data": 2,
"frame": 22,
"height": 833,
"is_placeholder": false,
"path": "140.png",
"real_frame": 0,
"width": 749
}
},
{
"model": "engine.image",
"pk": 360,
"fields": {
"data": 6,
"frame": 0,
"height": 1,
"is_placeholder": false,
"path": "test_pointcloud_pcd/pointcloud/000001.pcd",
"real_frame": 0,
"width": 100
}
},
{
"model": "engine.image",
"pk": 361,
"fields": {
"data": 7,
"frame": 0,
"height": 983,
"is_placeholder": false,
"path": "0.png",
"real_frame": 0,
"width": 827
}
},
{
"model": "engine.image",
"pk": 362,
"fields": {
"data": 7,
"frame": 1,
"height": 547,
"is_placeholder": false,
"path": "1.png",
"real_frame": 0,
"width": 467
}
},
{
"model": "engine.image",
"pk": 363,
"fields": {
"data": 7,
"frame": 2,
"height": 202,
"is_placeholder": false,
"path": "10.png",
"real_frame": 0,
"width": 598
}
},
{
"model": "engine.image",
"pk": 364,
"fields": {
"data": 7,
"frame": 3,
"height": 276,
"is_placeholder": false,
"path": "2.png",
"real_frame": 0,
"width": 449
}
},
{
"model": "engine.image",
"pk": 365,
"fields": {
"data": 7,
"frame": 4,
"height": 999,
"is_placeholder": false,
"path": "3.png",
"real_frame": 0,
"width": 170
}
},
{
"model": "engine.image",
"pk": 366,
"fields": {
"data": 7,
"frame": 5,
"height": 471,
"is_placeholder": false,
"path": "4.png",
"real_frame": 0,
"width": 473
}
},
{
"model": "engine.image",
"pk": 367,
"fields": {
"data": 7,
"frame": 6,
"height": 745,
"is_placeholder": false,
"path": "5.png",
"real_frame": 0,
"width": 607
}
},
{
"model": "engine.image",
"pk": 368,
"fields": {
"data": 7,
"frame": 7,
"height": 578,
"is_placeholder": false,
"path": "6.png",
"real_frame": 0,
"width": 853
}
},
{
"model": "engine.image",
"pk": 369,
"fields": {
"data": 7,
"frame": 8,
"height": 270,
"is_placeholder": false,
"path": "7.png",
"real_frame": 0,
"width": 823
}
},
{
"model": "engine.image",
"pk": 370,
"fields": {
"data": 7,
"frame": 9,
"height": 179,
"is_placeholder": false,
"path": "8.png",
"real_frame": 0,
"width": 545
}
},
{
"model": "engine.image",
"pk": 371,
"fields": {
"data": 7,
"frame": 10,
"height": 932,
"is_placeholder": false,
"path": "9.png",
"real_frame": 0,
"width": 827
}
},
{
"model": "engine.image",
"pk": 372,
"fields": {
"data": 8,
"frame": 0,
"height": 636,
"is_placeholder": false,
"path": "0.png",
"real_frame": 0,
"width": 836
}
},
{
"model": "engine.image",
"pk": 373,
"fields": {
"data": 8,
"frame": 1,
"height": 350,
"is_placeholder": false,
"path": "1.png",
"real_frame": 0,
"width": 396
}
},
{
"model": "engine.image",
"pk": 374,
"fields": {
"data": 8,
"frame": 2,
"height": 862,
"is_placeholder": false,
"path": "10.png",
"real_frame": 0,
"width": 177
}
},
{
"model": "engine.image",
"pk": 375,
"fields": {
"data": 8,
"frame": 3,
"height": 925,
"is_placeholder": false,
"path": "11.png",
"real_frame": 0,
"width": 318
}
},
{
"model": "engine.image",
"pk": 376,
"fields": {
"data": 8,
"frame": 4,
"height": 832,
"is_placeholder": false,
"path": "12.png",
"real_frame": 0,
"width": 734
}
},
{
"model": "engine.image",
"pk": 377,
"fields": {
"data": 8,
"frame": 5,
"height": 934,
"is_placeholder": false,
"path": "13.png",
"real_frame": 0,
"width": 925
}
},
{
"model": "engine.image",
"pk": 378,
"fields": {
"data": 8,
"frame": 6,
"height": 270,
"is_placeholder": false,
"path": "14.png",
"real_frame": 0,
"width": 851
}
},
{
"model": "engine.image",
"pk": 379,
"fields": {
"data": 8,
"frame": 7,
"height": 610,
"is_placeholder": false,
"path": "2.png",
"real_frame": 0,
"width": 776
}
},
{
"model": "engine.image",
"pk": 380,
"fields": {
"data": 8,
"frame": 8,
"height": 265,
"is_placeholder": false,
"path": "3.png",
"real_frame": 0,
"width": 293
}
},
{
"model": "engine.image",
"pk": 381,
"fields": {
"data": 8,
"frame": 9,
"height": 805,
"is_placeholder": false,
"path": "4.png",
"real_frame": 0,
"width": 333
}
},
{
"model": "engine.image",
"pk": 382,
"fields": {
"data": 8,
"frame": 10,
"height": 478,
"is_placeholder": false,
"path": "6.png",
"real_frame": 0,
"width": 403
}
},
{
"model": "engine.image",
"pk": 383,
"fields": {
"data": 8,
"frame": 11,
"height": 721,
"is_placeholder": false,
"path": "7.png",
"real_frame": 0,
"width": 585
}
},
{
"model": "engine.image",
"pk": 384,
"fields": {
"data": 8,
"frame": 12,
"height": 570,
"is_placeholder": false,
"path": "8.png",
"real_frame": 0,
"width": 639
}
},
{
"model": "engine.image",
"pk": 385,
"fields": {
"data": 8,
"frame": 13,
"height": 278,
"is_placeholder": false,
"path": "9.png",
"real_frame": 0,
"width": 894
}
},
{
"model": "engine.image",
"pk": 386,
"fields": {
"data": 9,
"frame": 0,
"height": 596,
"is_placeholder": false,
"path": "52.png",
"real_frame": 0,
"width": 220
}
},
{
"model": "engine.image",
"pk": 387,
"fields": {
"data": 9,
"frame": 1,
"height": 967,
"is_placeholder": false,
"path": "53.png",
"real_frame": 0,
"width": 749
}
},
{
"model": "engine.image",
"pk": 388,
"fields": {
"data": 9,
"frame": 2,
"height": 670,
"is_placeholder": false,
"path": "54.png",
"real_frame": 0,
"width": 961
}
},
{
"model": "engine.image",
"pk": 389,
"fields": {
"data": 9,
"frame": 3,
"height": 736,
"is_placeholder": false,
"path": "55.png",
"real_frame": 0,
"width": 393
}
},
{
"model": "engine.image",
"pk": 390,
"fields": {
"data": 9,
"frame": 4,
"height": 140,
"is_placeholder": false,
"path": "56.png",
"real_frame": 0,
"width": 650
}
},
{
"model": "engine.image",
"pk": 391,
"fields": {
"data": 9,
"frame": 5,
"height": 710,
"is_placeholder": false,
"path": "57.png",
"real_frame": 0,
"width": 199
}
},
{
"model": "engine.image",
"pk": 392,
"fields": {
"data": 9,
"frame": 6,
"height": 659,
"is_placeholder": false,
"path": "58.png",
"real_frame": 0,
"width": 948
}
},
{
"model": "engine.image",
"pk": 393,
"fields": {
"data": 9,
"frame": 7,
"height": 367,
"is_placeholder": false,
"path": "59.png",
"real_frame": 0,
"width": 837
}
},
{
"model": "engine.image",
"pk": 394,
"fields": {
"data": 9,
"frame": 8,
"height": 265,
"is_placeholder": false,
"path": "60.png",
"real_frame": 0,
"width": 257
}
},
{
"model": "engine.image",
"pk": 395,
"fields": {
"data": 9,
"frame": 9,
"height": 811,
"is_placeholder": false,
"path": "61.png",
"real_frame": 0,
"width": 104
}
},
{
"model": "engine.image",
"pk": 396,
"fields": {
"data": 9,
"frame": 10,
"height": 512,
"is_placeholder": false,
"path": "62.png",
"real_frame": 0,
"width": 665
}
},
{
"model": "engine.image",
"pk": 397,
"fields": {
"data": 9,
"frame": 11,
"height": 975,
"is_placeholder": false,
"path": "63.png",
"real_frame": 0,
"width": 234
}
},
{
"model": "engine.image",
"pk": 398,
"fields": {
"data": 9,
"frame": 12,
"height": 350,
"is_placeholder": false,
"path": "64.png",
"real_frame": 0,
"width": 809
}
},
{
"model": "engine.image",
"pk": 399,
"fields": {
"data": 9,
"frame": 13,
"height": 943,
"is_placeholder": false,
"path": "65.png",
"real_frame": 0,
"width": 359
}
},
{
"model": "engine.image",
"pk": 400,
"fields": {
"data": 9,
"frame": 14,
"height": 383,
"is_placeholder": false,
"path": "66.png",
"real_frame": 0,
"width": 782
}
},
{
"model": "engine.image",
"pk": 401,
"fields": {
"data": 9,
"frame": 15,
"height": 945,
"is_placeholder": false,
"path": "67.png",
"real_frame": 0,
"width": 571
}
},
{
"model": "engine.image",
"pk": 402,
"fields": {
"data": 9,
"frame": 16,
"height": 212,
"is_placeholder": false,
"path": "68.png",
"real_frame": 0,
"width": 414
}
},
{
"model": "engine.image",
"pk": 403,
"fields": {
"data": 9,
"frame": 17,
"height": 583,
"is_placeholder": false,
"path": "69.png",
"real_frame": 0,
"width": 680
}
},
{
"model": "engine.image",
"pk": 404,
"fields": {
"data": 9,
"frame": 18,
"height": 877,
"is_placeholder": false,
"path": "70.png",
"real_frame": 0,
"width": 779
}
},
{
"model": "engine.image",
"pk": 405,
"fields": {
"data": 9,
"frame": 19,
"height": 672,
"is_placeholder": false,
"path": "71.png",
"real_frame": 0,
"width": 411
}
},
{
"model": "engine.image",
"pk": 417,
"fields": {
"data": 11,
"frame": 0,
"height": 399,
"is_placeholder": false,
"path": "30.png",
"real_frame": 0,
"width": 810
}
},
{
"model": "engine.image",
"pk": 418,
"fields": {
"data": 11,
"frame": 1,
"height": 158,
"is_placeholder": false,
"path": "31.png",
"real_frame": 0,
"width": 916
}
},
{
"model": "engine.image",
"pk": 419,
"fields": {
"data": 11,
"frame": 2,
"height": 182,
"is_placeholder": false,
"path": "32.png",
"real_frame": 0,
"width": 936
}
},
{
"model": "engine.image",
"pk": 420,
"fields": {
"data": 11,
"frame": 3,
"height": 433,
"is_placeholder": false,
"path": "33.png",
"real_frame": 0,
"width": 783
}
},
{
"model": "engine.image",
"pk": 421,
"fields": {
"data": 11,
"frame": 4,
"height": 121,
"is_placeholder": false,
"path": "34.png",
"real_frame": 0,
"width": 231
}
},
{
"model": "engine.image",
"pk": 422,
"fields": {
"data": 11,
"frame": 5,
"height": 705,
"is_placeholder": false,
"path": "35.png",
"real_frame": 0,
"width": 721
}
},
{
"model": "engine.image",
"pk": 423,
"fields": {
"data": 11,
"frame": 6,
"height": 225,
"is_placeholder": false,
"path": "36.png",
"real_frame": 0,
"width": 631
}
},
{
"model": "engine.image",
"pk": 424,
"fields": {
"data": 11,
"frame": 7,
"height": 167,
"is_placeholder": false,
"path": "37.png",
"real_frame": 0,
"width": 540
}
},
{
"model": "engine.image",
"pk": 425,
"fields": {
"data": 11,
"frame": 8,
"height": 211,
"is_placeholder": false,
"path": "38.png",
"real_frame": 0,
"width": 203
}
},
{
"model": "engine.image",
"pk": 426,
"fields": {
"data": 11,
"frame": 9,
"height": 144,
"is_placeholder": false,
"path": "39.png",
"real_frame": 0,
"width": 677
}
},
{
"model": "engine.image",
"pk": 427,
"fields": {
"data": 11,
"frame": 10,
"height": 954,
"is_placeholder": false,
"path": "40.png",
"real_frame": 0,
"width": 697
}
},
{
"model": "engine.image",
"pk": 428,
"fields": {
"data": 12,
"frame": 0,
"height": 452,
"is_placeholder": false,
"path": "0.png",
"real_frame": 0,
"width": 974
}
},
{
"model": "engine.image",
"pk": 429,
"fields": {
"data": 12,
"frame": 1,
"height": 760,
"is_placeholder": false,
"path": "1.png",
"real_frame": 0,
"width": 783
}
},
{
"model": "engine.image",
"pk": 430,
"fields": {
"data": 12,
"frame": 2,
"height": 458,
"is_placeholder": false,
"path": "2.png",
"real_frame": 0,
"width": 528
}
},
{
"model": "engine.image",
"pk": 431,
"fields": {
"data": 12,
"frame": 3,
"height": 350,
"is_placeholder": false,
"path": "3.png",
"real_frame": 0,
"width": 520
}
},
{
"model": "engine.image",
"pk": 432,
"fields": {
"data": 12,
"frame": 4,
"height": 483,
"is_placeholder": false,
"path": "4.png",
"real_frame": 0,
"width": 569
}
},
{
"model": "engine.image",
"pk": 433,
"fields": {
"data": 13,
"frame": 0,
"height": 760,
"is_placeholder": false,
"path": "1.png",
"real_frame": 0,
"width": 783
}
},
{
"model": "engine.image",
"pk": 434,
"fields": {
"data": 13,
"frame": 1,
"height": 458,
"is_placeholder": false,
"path": "2.png",
"real_frame": 0,
"width": 528
}
},
{
"model": "engine.image",
"pk": 435,
"fields": {
"data": 13,
"frame": 2,
"height": 350,
"is_placeholder": false,
"path": "3.png",
"real_frame": 0,
"width": 520
}
},
{
"model": "engine.image",
"pk": 436,
"fields": {
"data": 13,
"frame": 3,
"height": 483,
"is_placeholder": false,
"path": "4.png",
"real_frame": 0,
"width": 569
}
},
{
"model": "engine.image",
"pk": 437,
"fields": {
"data": 13,
"frame": 4,
"height": 935,
"is_placeholder": false,
"path": "5.png",
"real_frame": 0,
"width": 514
}
},
{
"model": "engine.image",
"pk": 438,
"fields": {
"data": 13,
"frame": 5,
"height": 705,
"is_placeholder": false,
"path": "6.png",
"real_frame": 0,
"width": 502
}
},
{
"model": "engine.image",
"pk": 439,
"fields": {
"data": 13,
"frame": 6,
"height": 825,
"is_placeholder": false,
"path": "7.png",
"real_frame": 0,
"width": 541
}
},
{
"model": "engine.image",
"pk": 440,
"fields": {
"data": 13,
"frame": 7,
"height": 208,
"is_placeholder": false,
"path": "8.png",
"real_frame": 0,
"width": 883
}
},
{
"model": "engine.image",
"pk": 446,
"fields": {
"data": 16,
"frame": 0,
"height": 452,
"is_placeholder": false,
"path": "0.png",
"real_frame": 0,
"width": 974
}
},
{
"model": "engine.image",
"pk": 447,
"fields": {
"data": 16,
"frame": 1,
"height": 760,
"is_placeholder": false,
"path": "1.png",
"real_frame": 0,
"width": 783
}
},
{
"model": "engine.image",
"pk": 448,
"fields": {
"data": 16,
"frame": 2,
"height": 458,
"is_placeholder": false,
"path": "2.png",
"real_frame": 0,
"width": 528
}
},
{
"model": "engine.image",
"pk": 449,
"fields": {
"data": 16,
"frame": 3,
"height": 350,
"is_placeholder": false,
"path": "3.png",
"real_frame": 0,
"width": 520
}
},
{
"model": "engine.image",
"pk": 450,
"fields": {
"data": 16,
"frame": 4,
"height": 483,
"is_placeholder": false,
"path": "4.png",
"real_frame": 0,
"width": 569
}
},
{
"model": "engine.image",
"pk": 451,
"fields": {
"data": 17,
"frame": 0,
"height": 668,
"is_placeholder": false,
"path": "12.png",
"real_frame": 0,
"width": 607
}
},
{
"model": "engine.image",
"pk": 452,
"fields": {
"data": 17,
"frame": 1,
"height": 483,
"is_placeholder": false,
"path": "13.png",
"real_frame": 0,
"width": 483
}
},
{
"model": "engine.image",
"pk": 453,
"fields": {
"data": 18,
"frame": 0,
"height": 376,
"is_placeholder": false,
"path": "15.png",
"real_frame": 0,
"width": 982
}
},
{
"model": "engine.image",
"pk": 454,
"fields": {
"data": 18,
"frame": 1,
"height": 365,
"is_placeholder": false,
"path": "16.png",
"real_frame": 0,
"width": 565
}
},
{
"model": "engine.image",
"pk": 455,
"fields": {
"data": 19,
"frame": 0,
"height": 351,
"is_placeholder": false,
"path": "33.png",
"real_frame": 0,
"width": 339
}
},
{
"model": "engine.image",
"pk": 456,
"fields": {
"data": 19,
"frame": 1,
"height": 271,
"is_placeholder": false,
"path": "34.png",
"real_frame": 0,
"width": 944
}
},
{
"model": "engine.image",
"pk": 457,
"fields": {
"data": 20,
"frame": 0,
"height": 401,
"is_placeholder": false,
"path": "0.png",
"real_frame": 0,
"width": 865
}
},
{
"model": "engine.image",
"pk": 458,
"fields": {
"data": 20,
"frame": 1,
"height": 346,
"is_placeholder": false,
"path": "1.png",
"real_frame": 0,
"width": 912
}
},
{
"model": "engine.image",
"pk": 459,
"fields": {
"data": 20,
"frame": 2,
"height": 460,
"is_placeholder": false,
"path": "2.png",
"real_frame": 0,
"width": 681
}
},
{
"model": "engine.image",
"pk": 460,
"fields": {
"data": 20,
"frame": 3,
"height": 192,
"is_placeholder": false,
"path": "3.png",
"real_frame": 0,
"width": 844
}
},
{
"model": "engine.image",
"pk": 461,
"fields": {
"data": 20,
"frame": 4,
"height": 252,
"is_placeholder": false,
"path": "4.png",
"real_frame": 0,
"width": 462
}
},
{
"model": "engine.image",
"pk": 462,
"fields": {
"data": 20,
"frame": 5,
"height": 376,
"is_placeholder": false,
"path": "5.png",
"real_frame": 0,
"width": 191
}
},
{
"model": "engine.image",
"pk": 463,
"fields": {
"data": 20,
"frame": 6,
"height": 257,
"is_placeholder": false,
"path": "6.png",
"real_frame": 0,
"width": 333
}
},
{
"model": "engine.image",
"pk": 464,
"fields": {
"data": 20,
"frame": 7,
"height": 619,
"is_placeholder": false,
"path": "7.png",
"real_frame": 0,
"width": 474
}
},
{
"model": "engine.image",
"pk": 465,
"fields": {
"data": 20,
"frame": 8,
"height": 543,
"is_placeholder": false,
"path": "8.png",
"real_frame": 0,
"width": 809
}
},
{
"model": "engine.image",
"pk": 466,
"fields": {
"data": 20,
"frame": 9,
"height": 151,
"is_placeholder": false,
"path": "9.png",
"real_frame": 0,
"width": 993
}
},
{
"model": "engine.image",
"pk": 467,
"fields": {
"data": 21,
"frame": 0,
"height": 399,
"is_placeholder": false,
"path": "30.png",
"real_frame": 0,
"width": 810
}
},
{
"model": "engine.image",
"pk": 468,
"fields": {
"data": 21,
"frame": 1,
"height": 158,
"is_placeholder": false,
"path": "31.png",
"real_frame": 0,
"width": 916
}
},
{
"model": "engine.image",
"pk": 469,
"fields": {
"data": 21,
"frame": 2,
"height": 182,
"is_placeholder": false,
"path": "32.png",
"real_frame": 0,
"width": 936
}
},
{
"model": "engine.image",
"pk": 470,
"fields": {
"data": 21,
"frame": 3,
"height": 433,
"is_placeholder": false,
"path": "33.png",
"real_frame": 0,
"width": 783
}
},
{
"model": "engine.image",
"pk": 471,
"fields": {
"data": 21,
"frame": 4,
"height": 121,
"is_placeholder": false,
"path": "34.png",
"real_frame": 0,
"width": 231
}
},
{
"model": "engine.image",
"pk": 472,
"fields": {
"data": 21,
"frame": 5,
"height": 705,
"is_placeholder": false,
"path": "35.png",
"real_frame": 0,
"width": 721
}
},
{
"model": "engine.image",
"pk": 473,
"fields": {
"data": 21,
"frame": 6,
"height": 225,
"is_placeholder": false,
"path": "36.png",
"real_frame": 0,
"width": 631
}
},
{
"model": "engine.image",
"pk": 474,
"fields": {
"data": 21,
"frame": 7,
"height": 167,
"is_placeholder": false,
"path": "37.png",
"real_frame": 0,
"width": 540
}
},
{
"model": "engine.image",
"pk": 475,
"fields": {
"data": 21,
"frame": 8,
"height": 211,
"is_placeholder": false,
"path": "38.png",
"real_frame": 0,
"width": 203
}
},
{
"model": "engine.image",
"pk": 476,
"fields": {
"data": 21,
"frame": 9,
"height": 144,
"is_placeholder": false,
"path": "39.png",
"real_frame": 0,
"width": 677
}
},
{
"model": "engine.image",
"pk": 477,
"fields": {
"data": 21,
"frame": 10,
"height": 954,
"is_placeholder": false,
"path": "40.png",
"real_frame": 0,
"width": 697
}
},
{
"model": "engine.image",
"pk": 478,
"fields": {
"data": 22,
"frame": 0,
"height": 360,
"is_placeholder": false,
"path": "0.png",
"real_frame": 0,
"width": 549
}
},
{
"model": "engine.image",
"pk": 479,
"fields": {
"data": 22,
"frame": 1,
"height": 230,
"is_placeholder": false,
"path": "1.png",
"real_frame": 0,
"width": 172
}
},
{
"model": "engine.image",
"pk": 480,
"fields": {
"data": 22,
"frame": 2,
"height": 820,
"is_placeholder": false,
"path": "10.png",
"real_frame": 0,
"width": 936
}
},
{
"model": "engine.image",
"pk": 481,
"fields": {
"data": 22,
"frame": 3,
"height": 735,
"is_placeholder": false,
"path": "2.png",
"real_frame": 0,
"width": 145
}
},
{
"model": "engine.image",
"pk": 482,
"fields": {
"data": 22,
"frame": 4,
"height": 729,
"is_placeholder": false,
"path": "3.png",
"real_frame": 0,
"width": 318
}
},
{
"model": "engine.image",
"pk": 483,
"fields": {
"data": 22,
"frame": 5,
"height": 168,
"is_placeholder": false,
"path": "4.png",
"real_frame": 0,
"width": 387
}
},
{
"model": "engine.image",
"pk": 484,
"fields": {
"data": 22,
"frame": 6,
"height": 401,
"is_placeholder": false,
"path": "5.png",
"real_frame": 0,
"width": 395
}
},
{
"model": "engine.image",
"pk": 485,
"fields": {
"data": 22,
"frame": 7,
"height": 443,
"is_placeholder": false,
"path": "6.png",
"real_frame": 0,
"width": 293
}
},
{
"model": "engine.image",
"pk": 486,
"fields": {
"data": 22,
"frame": 8,
"height": 276,
"is_placeholder": false,
"path": "7.png",
"real_frame": 0,
"width": 500
}
},
{
"model": "engine.image",
"pk": 487,
"fields": {
"data": 22,
"frame": 9,
"height": 162,
"is_placeholder": false,
"path": "8.png",
"real_frame": 0,
"width": 309
}
},
{
"model": "engine.image",
"pk": 488,
"fields": {
"data": 22,
"frame": 10,
"height": 452,
"is_placeholder": false,
"path": "9.png",
"real_frame": 0,
"width": 134
}
},
{
"model": "engine.image",
"pk": 489,
"fields": {
"data": 23,
"frame": 0,
"height": 10,
"is_placeholder": false,
"path": "img.png",
"real_frame": 0,
"width": 10
}
},
{
"model": "engine.image",
"pk": 490,
"fields": {
"data": 24,
"frame": 0,
"height": 10,
"is_placeholder": false,
"path": "img.png",
"real_frame": 0,
"width": 10
}
},
{
"model": "engine.image",
"pk": 491,
"fields": {
"data": 25,
"frame": 0,
"height": 483,
"is_placeholder": false,
"path": "1.png",
"real_frame": 0,
"width": 569
}
},
{
"model": "engine.image",
"pk": 492,
"fields": {
"data": 26,
"frame": 0,
"height": 483,
"is_placeholder": false,
"path": "1.png",
"real_frame": 0,
"width": 569
}
},
{
"model": "engine.image",
"pk": 493,
"fields": {
"data": 27,
"frame": 0,
"height": 483,
"is_placeholder": false,
"path": "1.png",
"real_frame": 0,
"width": 569
}
},
{
"model": "engine.image",
"pk": 494,
"fields": {
"data": 28,
"frame": 0,
"height": 36,
"is_placeholder": true,
"path": "image_1.png",
"real_frame": 23,
"width": 55
}
},
{
"model": "engine.image",
"pk": 495,
"fields": {
"data": 28,
"frame": 1,
"height": 64,
"is_placeholder": false,
"path": "image_14.png",
"real_frame": 0,
"width": 43
}
},
{
"model": "engine.image",
"pk": 496,
"fields": {
"data": 28,
"frame": 2,
"height": 97,
"is_placeholder": false,
"path": "image_11.png",
"real_frame": 0,
"width": 91
}
},
{
"model": "engine.image",
"pk": 497,
"fields": {
"data": 28,
"frame": 3,
"height": 71,
"is_placeholder": false,
"path": "image_7.png",
"real_frame": 0,
"width": 76
}
},
{
"model": "engine.image",
"pk": 498,
"fields": {
"data": 28,
"frame": 4,
"height": 100,
"is_placeholder": false,
"path": "image_4.png",
"real_frame": 0,
"width": 60
}
},
{
"model": "engine.image",
"pk": 499,
"fields": {
"data": 28,
"frame": 5,
"height": 72,
"is_placeholder": true,
"path": "image_2.png",
"real_frame": 24,
"width": 55
}
},
{
"model": "engine.image",
"pk": 500,
"fields": {
"data": 28,
"frame": 6,
"height": 59,
"is_placeholder": false,
"path": "image_15.png",
"real_frame": 0,
"width": 60
}
},
{
"model": "engine.image",
"pk": 501,
"fields": {
"data": 28,
"frame": 7,
"height": 53,
"is_placeholder": true,
"path": "image_6.png",
"real_frame": 26,
"width": 70
}
},
{
"model": "engine.image",
"pk": 502,
"fields": {
"data": 28,
"frame": 8,
"height": 36,
"is_placeholder": true,
"path": "image_1.png",
"real_frame": 23,
"width": 55
}
},
{
"model": "engine.image",
"pk": 503,
"fields": {
"data": 28,
"frame": 9,
"height": 53,
"is_placeholder": true,
"path": "image_6.png",
"real_frame": 26,
"width": 70
}
},
{
"model": "engine.image",
"pk": 504,
"fields": {
"data": 28,
"frame": 10,
"height": 96,
"is_placeholder": false,
"path": "image_10.png",
"real_frame": 0,
"width": 66
}
},
{
"model": "engine.image",
"pk": 505,
"fields": {
"data": 28,
"frame": 11,
"height": 89,
"is_placeholder": false,
"path": "image_18.png",
"real_frame": 0,
"width": 54
}
},
{
"model": "engine.image",
"pk": 506,
"fields": {
"data": 28,
"frame": 12,
"height": 92,
"is_placeholder": false,
"path": "image_0.png",
"real_frame": 0,
"width": 45
}
},
{
"model": "engine.image",
"pk": 507,
"fields": {
"data": 28,
"frame": 13,
"height": 52,
"is_placeholder": true,
"path": "image_3.png",
"real_frame": 25,
"width": 76
}
},
{
"model": "engine.image",
"pk": 508,
"fields": {
"data": 28,
"frame": 14,
"height": 57,
"is_placeholder": false,
"path": "image_17.png",
"real_frame": 0,
"width": 65
}
},
{
"model": "engine.image",
"pk": 509,
"fields": {
"data": 28,
"frame": 15,
"height": 41,
"is_placeholder": false,
"path": "image_8.png",
"real_frame": 0,
"width": 31
}
},
{
"model": "engine.image",
"pk": 510,
"fields": {
"data": 28,
"frame": 16,
"height": 72,
"is_placeholder": true,
"path": "image_2.png",
"real_frame": 24,
"width": 55
}
},
{
"model": "engine.image",
"pk": 511,
"fields": {
"data": 28,
"frame": 17,
"height": 58,
"is_placeholder": false,
"path": "image_16.png",
"real_frame": 0,
"width": 96
}
},
{
"model": "engine.image",
"pk": 512,
"fields": {
"data": 28,
"frame": 18,
"height": 63,
"is_placeholder": false,
"path": "image_13.png",
"real_frame": 0,
"width": 54
}
},
{
"model": "engine.image",
"pk": 513,
"fields": {
"data": 28,
"frame": 19,
"height": 100,
"is_placeholder": false,
"path": "image_5.png",
"real_frame": 0,
"width": 91
}
},
{
"model": "engine.image",
"pk": 514,
"fields": {
"data": 28,
"frame": 20,
"height": 32,
"is_placeholder": true,
"path": "image_12.png",
"real_frame": 28,
"width": 60
}
},
{
"model": "engine.image",
"pk": 515,
"fields": {
"data": 28,
"frame": 21,
"height": 88,
"is_placeholder": false,
"path": "image_19.png",
"real_frame": 0,
"width": 97
}
},
{
"model": "engine.image",
"pk": 516,
"fields": {
"data": 28,
"frame": 22,
"height": 52,
"is_placeholder": true,
"path": "image_3.png",
"real_frame": 25,
"width": 76
}
},
{
"model": "engine.image",
"pk": 517,
"fields": {
"data": 28,
"frame": 23,
"height": 36,
"is_placeholder": false,
"path": "image_1.png",
"real_frame": 0,
"width": 55
}
},
{
"model": "engine.image",
"pk": 518,
"fields": {
"data": 28,
"frame": 24,
"height": 72,
"is_placeholder": false,
"path": "image_2.png",
"real_frame": 0,
"width": 55
}
},
{
"model": "engine.image",
"pk": 519,
"fields": {
"data": 28,
"frame": 25,
"height": 52,
"is_placeholder": false,
"path": "image_3.png",
"real_frame": 0,
"width": 76
}
},
{
"model": "engine.image",
"pk": 520,
"fields": {
"data": 28,
"frame": 26,
"height": 53,
"is_placeholder": false,
"path": "image_6.png",
"real_frame": 0,
"width": 70
}
},
{
"model": "engine.image",
"pk": 521,
"fields": {
"data": 28,
"frame": 27,
"height": 92,
"is_placeholder": false,
"path": "image_9.png",
"real_frame": 0,
"width": 74
}
},
{
"model": "engine.image",
"pk": 522,
"fields": {
"data": 28,
"frame": 28,
"height": 32,
"is_placeholder": false,
"path": "image_12.png",
"real_frame": 0,
"width": 60
}
},
{
"model": "engine.image",
"pk": 523,
"fields": {
"data": 29,
"frame": 0,
"height": 182,
"is_placeholder": true,
"path": "32.png",
"real_frame": 8,
"width": 936
}
},
{
"model": "engine.image",
"pk": 524,
"fields": {
"data": 29,
"frame": 1,
"height": 399,
"is_placeholder": false,
"path": "30.png",
"real_frame": 0,
"width": 810
}
},
{
"model": "engine.image",
"pk": 525,
"fields": {
"data": 29,
"frame": 2,
"height": 158,
"is_placeholder": false,
"path": "31.png",
"real_frame": 0,
"width": 916
}
},
{
"model": "engine.image",
"pk": 526,
"fields": {
"data": 29,
"frame": 3,
"height": 705,
"is_placeholder": true,
"path": "35.png",
"real_frame": 9,
"width": 721
}
},
{
"model": "engine.image",
"pk": 527,
"fields": {
"data": 29,
"frame": 4,
"height": 121,
"is_placeholder": false,
"path": "34.png",
"real_frame": 0,
"width": 231
}
},
{
"model": "engine.image",
"pk": 528,
"fields": {
"data": 29,
"frame": 5,
"height": 705,
"is_placeholder": true,
"path": "35.png",
"real_frame": 9,
"width": 721
}
},
{
"model": "engine.image",
"pk": 529,
"fields": {
"data": 29,
"frame": 6,
"height": 182,
"is_placeholder": true,
"path": "32.png",
"real_frame": 8,
"width": 936
}
},
{
"model": "engine.image",
"pk": 530,
"fields": {
"data": 29,
"frame": 7,
"height": 433,
"is_placeholder": false,
"path": "33.png",
"real_frame": 0,
"width": 783
}
},
{
"model": "engine.image",
"pk": 531,
"fields": {
"data": 29,
"frame": 8,
"height": 182,
"is_placeholder": false,
"path": "32.png",
"real_frame": 0,
"width": 936
}
},
{
"model": "engine.image",
"pk": 532,
"fields": {
"data": 29,
"frame": 9,
"height": 705,
"is_placeholder": false,
"path": "35.png",
"real_frame": 0,
"width": 721
}
},
{
"model": "engine.image",
"pk": 533,
"fields": {
"data": 30,
"frame": 0,
"height": 399,
"is_placeholder": false,
"path": "30.png",
"real_frame": 0,
"width": 810
}
},
{
"model": "engine.image",
"pk": 534,
"fields": {
"data": 30,
"frame": 1,
"height": 158,
"is_placeholder": false,
"path": "31.png",
"real_frame": 0,
"width": 916
}
},
{
"model": "engine.image",
"pk": 535,
"fields": {
"data": 30,
"frame": 2,
"height": 182,
"is_placeholder": false,
"path": "32.png",
"real_frame": 0,
"width": 936
}
},
{
"model": "engine.image",
"pk": 536,
"fields": {
"data": 31,
"frame": 0,
"height": 236,
"is_placeholder": false,
"path": "image_0.png",
"real_frame": 0,
"width": 230
}
},
{
"model": "engine.image",
"pk": 537,
"fields": {
"data": 31,
"frame": 1,
"height": 262,
"is_placeholder": false,
"path": "image_1.png",
"real_frame": 0,
"width": 256
}
},
{
"model": "engine.image",
"pk": 538,
"fields": {
"data": 31,
"frame": 2,
"height": 170,
"is_placeholder": false,
"path": "image_2.png",
"real_frame": 0,
"width": 184
}
},
{
"model": "engine.image",
"pk": 539,
"fields": {
"data": 31,
"frame": 3,
"height": 173,
"is_placeholder": false,
"path": "image_3.png",
"real_frame": 0,
"width": 205
}
},
{
"model": "engine.image",
"pk": 540,
"fields": {
"data": 32,
"frame": 0,
"height": 137,
"is_placeholder": true,
"path": "image_10.png",
"real_frame": 8,
"width": 205
}
},
{
"model": "engine.image",
"pk": 541,
"fields": {
"data": 32,
"frame": 1,
"height": 247,
"is_placeholder": false,
"path": "image_9.png",
"real_frame": 0,
"width": 135
}
},
{
"model": "engine.image",
"pk": 542,
"fields": {
"data": 32,
"frame": 2,
"height": 163,
"is_placeholder": true,
"path": "image_13.png",
"real_frame": 9,
"width": 140
}
},
{
"model": "engine.image",
"pk": 543,
"fields": {
"data": 32,
"frame": 3,
"height": 144,
"is_placeholder": false,
"path": "image_8.png",
"real_frame": 0,
"width": 182
}
},
{
"model": "engine.image",
"pk": 544,
"fields": {
"data": 32,
"frame": 4,
"height": 289,
"is_placeholder": false,
"path": "image_11.png",
"real_frame": 0,
"width": 138
}
},
{
"model": "engine.image",
"pk": 545,
"fields": {
"data": 32,
"frame": 5,
"height": 163,
"is_placeholder": true,
"path": "image_13.png",
"real_frame": 9,
"width": 140
}
},
{
"model": "engine.image",
"pk": 546,
"fields": {
"data": 32,
"frame": 6,
"height": 137,
"is_placeholder": true,
"path": "image_10.png",
"real_frame": 8,
"width": 205
}
},
{
"model": "engine.image",
"pk": 547,
"fields": {
"data": 32,
"frame": 7,
"height": 244,
"is_placeholder": false,
"path": "image_12.png",
"real_frame": 0,
"width": 163
}
},
{
"model": "engine.image",
"pk": 548,
"fields": {
"data": 32,
"frame": 8,
"height": 137,
"is_placeholder": false,
"path": "image_10.png",
"real_frame": 0,
"width": 205
}
},
{
"model": "engine.image",
"pk": 549,
"fields": {
"data": 32,
"frame": 9,
"height": 163,
"is_placeholder": false,
"path": "image_13.png",
"real_frame": 0,
"width": 140
}
},
{
"model": "engine.image",
"pk": 550,
"fields": {
"data": 34,
"frame": 0,
"height": 800,
"is_placeholder": false,
"path": "smallArchive/01.jpg",
"real_frame": 0,
"width": 800
}
},
{
"model": "engine.image",
"pk": 551,
"fields": {
"data": 34,
"frame": 1,
"height": 800,
"is_placeholder": false,
"path": "smallArchive/02.jpg",
"real_frame": 0,
"width": 800
}
},
{
"model": "engine.issue",
"pk": 1,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2022-03-16T11:04:39.444Z",
"frame": 0,
"job": 7,
"owner": [
"user1"
],
"position": "244.58581235698148, 319.63386727689067, 326.9656750572103, 192.76887871853796, 543.6247139588122, 175.4691075514893, 835.2494279176244, 360.0000000000018, 609.5286041189956, 586.544622425632, 364.0361328125, 528.87890625, 244.58581235698148, 319.63386727689067",
"resolved": true,
"updated_date": "2022-03-16T11:04:39.444Z"
}
},
{
"model": "engine.issue",
"pk": 2,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2022-03-16T11:07:22.170Z",
"frame": 0,
"job": 9,
"owner": [
"user8"
],
"position": "98.48046875, 696.72265625, 326.1220703125, 841.5859375",
"resolved": false,
"updated_date": "2022-03-16T11:07:22.170Z"
}
},
{
"model": "engine.issue",
"pk": 3,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2022-03-16T11:08:18.367Z",
"frame": 5,
"job": 16,
"owner": [
"user8"
],
"position": "108.1845703125, 235.0, 720.0087890625, 703.3505859375",
"resolved": false,
"updated_date": "2022-03-16T11:08:18.367Z"
}
},
{
"model": "engine.issue",
"pk": 4,
"fields": {
"assignee": [
"user1"
],
"assignee_updated_date": null,
"created_date": "2022-03-16T12:40:00.764Z",
"frame": 5,
"job": 10,
"owner": [
"user1"
],
"position": "295.36328125, 243.6044921875, 932.23046875, 561.4921875",
"resolved": false,
"updated_date": "2022-03-16T12:40:00.764Z"
}
},
{
"model": "engine.issue",
"pk": 5,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2022-03-16T12:49:29.369Z",
"frame": 0,
"job": 11,
"owner": [
"user6"
],
"position": "65.6189987163034, 100.96585365853753, 142.12734274711147, 362.6243902439037",
"resolved": false,
"updated_date": "2022-03-16T12:49:29.369Z"
}
},
{
"model": "engine.job",
"pk": 2,
"fields": {
"assignee": [
"worker1"
],
"assignee_updated_date": null,
"created_date": "2021-12-14T18:50:29.458Z",
"parent_job": null,
"segment": 2,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2022-06-22T09:18:45.296Z"
}
},
{
"model": "engine.job",
"pk": 7,
"fields": {
"assignee": [
"worker4"
],
"assignee_updated_date": null,
"created_date": "2022-02-16T06:25:48.168Z",
"parent_job": null,
"segment": 7,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2022-06-22T09:18:45.296Z"
}
},
{
"model": "engine.job",
"pk": 8,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2022-02-16T06:26:54.631Z",
"parent_job": null,
"segment": 8,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2022-06-22T09:18:45.296Z"
}
},
{
"model": "engine.job",
"pk": 9,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2022-02-21T10:31:52.429Z",
"parent_job": null,
"segment": 9,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2022-06-22T09:18:45.296Z"
}
},
{
"model": "engine.job",
"pk": 10,
"fields": {
"assignee": [
"admin1"
],
"assignee_updated_date": null,
"created_date": "2022-03-05T08:30:48.612Z",
"parent_job": null,
"segment": 10,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2022-06-22T09:18:45.296Z"
}
},
{
"model": "engine.job",
"pk": 11,
"fields": {
"assignee": [
"worker4"
],
"assignee_updated_date": null,
"created_date": "2022-03-05T09:33:10.420Z",
"parent_job": null,
"segment": 11,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2022-06-22T09:18:45.296Z"
}
},
{
"model": "engine.job",
"pk": 12,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2022-03-05T09:33:10.420Z",
"parent_job": null,
"segment": 12,
"stage": "validation",
"state": "new",
"status": "validation",
"type": "annotation",
"updated_date": "2022-06-22T09:18:45.296Z"
}
},
{
"model": "engine.job",
"pk": 13,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2022-03-05T09:33:10.420Z",
"parent_job": null,
"segment": 13,
"stage": "acceptance",
"state": "new",
"status": "validation",
"type": "annotation",
"updated_date": "2022-06-22T09:18:45.296Z"
}
},
{
"model": "engine.job",
"pk": 14,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2022-03-05T09:33:10.420Z",
"parent_job": null,
"segment": 14,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2022-11-03T13:57:26.346Z"
}
},
{
"model": "engine.job",
"pk": 16,
"fields": {
"assignee": [
"worker2"
],
"assignee_updated_date": null,
"created_date": "2022-03-05T10:32:19.149Z",
"parent_job": null,
"segment": 16,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2022-06-22T09:18:45.296Z"
}
},
{
"model": "engine.job",
"pk": 17,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2022-06-08T08:33:06.505Z",
"parent_job": null,
"segment": 17,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2022-12-05T07:47:01.633Z"
}
},
{
"model": "engine.job",
"pk": 18,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2022-09-22T14:22:25.820Z",
"parent_job": null,
"segment": 18,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2022-09-23T11:57:02.302Z"
}
},
{
"model": "engine.job",
"pk": 19,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2022-12-01T12:53:10.425Z",
"parent_job": null,
"segment": 19,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2022-12-01T12:53:35.354Z"
}
},
{
"model": "engine.job",
"pk": 21,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2023-02-10T14:05:25.947Z",
"parent_job": null,
"segment": 21,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2023-02-10T14:05:26.022Z"
}
},
{
"model": "engine.job",
"pk": 22,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2023-03-01T15:36:26.668Z",
"parent_job": null,
"segment": 22,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2023-03-01T15:36:38.114Z"
}
},
{
"model": "engine.job",
"pk": 23,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2023-03-10T11:56:33.757Z",
"parent_job": null,
"segment": 23,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2023-03-10T11:56:55.066Z"
}
},
{
"model": "engine.job",
"pk": 24,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2023-03-10T11:57:31.614Z",
"parent_job": null,
"segment": 24,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2023-03-10T11:57:49.019Z"
}
},
{
"model": "engine.job",
"pk": 25,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2023-03-27T19:08:07.649Z",
"parent_job": null,
"segment": 25,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2023-03-27T19:08:27.216Z"
}
},
{
"model": "engine.job",
"pk": 26,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2023-03-27T19:08:07.649Z",
"parent_job": null,
"segment": 26,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2023-03-27T19:08:40.166Z"
}
},
{
"model": "engine.job",
"pk": 27,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2023-05-26T16:11:23.880Z",
"parent_job": null,
"segment": 27,
"stage": "annotation",
"state": "new",
"status": "validation",
"type": "annotation",
"updated_date": "2023-11-24T15:23:30.269Z"
}
},
{
"model": "engine.job",
"pk": 28,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2023-05-26T16:11:23.946Z",
"parent_job": null,
"segment": 28,
"stage": "acceptance",
"state": "completed",
"status": "validation",
"type": "ground_truth",
"updated_date": "2023-11-24T15:18:55.216Z"
}
},
{
"model": "engine.job",
"pk": 29,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2024-03-21T20:50:05.805Z",
"parent_job": null,
"segment": 29,
"stage": "acceptance",
"state": "completed",
"status": "completed",
"type": "annotation",
"updated_date": "2024-03-21T20:50:39.585Z"
}
},
{
"model": "engine.job",
"pk": 30,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2024-03-21T20:50:05.811Z",
"parent_job": null,
"segment": 30,
"stage": "acceptance",
"state": "completed",
"status": "completed",
"type": "annotation",
"updated_date": "2024-03-21T20:50:33.610Z"
}
},
{
"model": "engine.job",
"pk": 31,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2024-03-21T20:50:05.815Z",
"parent_job": null,
"segment": 31,
"stage": "acceptance",
"state": "completed",
"status": "completed",
"type": "annotation",
"updated_date": "2024-03-21T20:50:27.594Z"
}
},
{
"model": "engine.job",
"pk": 32,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2024-03-21T20:50:05.838Z",
"parent_job": null,
"segment": 32,
"stage": "acceptance",
"state": "completed",
"status": "completed",
"type": "ground_truth",
"updated_date": "2024-03-21T20:50:20.020Z"
}
},
{
"model": "engine.job",
"pk": 33,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2024-07-15T15:33:10.549Z",
"parent_job": null,
"segment": 33,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2024-07-15T15:33:10.549Z"
}
},
{
"model": "engine.job",
"pk": 34,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2024-07-15T15:34:53.594Z",
"parent_job": null,
"segment": 34,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2024-07-15T15:34:53.594Z"
}
},
{
"model": "engine.job",
"pk": 35,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2024-09-23T10:51:32.932Z",
"parent_job": null,
"segment": 35,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2024-09-23T10:51:32.932Z"
}
},
{
"model": "engine.job",
"pk": 36,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2024-09-23T10:52:04.507Z",
"parent_job": null,
"segment": 36,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2024-09-23T10:52:04.507Z"
}
},
{
"model": "engine.job",
"pk": 37,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2024-09-23T21:42:23.045Z",
"parent_job": null,
"segment": 37,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2024-09-23T21:42:23.045Z"
}
},
{
"model": "engine.job",
"pk": 38,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2024-10-01T12:36:21.476Z",
"parent_job": null,
"segment": 38,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2024-10-01T12:36:21.606Z"
}
},
{
"model": "engine.job",
"pk": 39,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2024-10-01T12:36:21.484Z",
"parent_job": null,
"segment": 39,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2024-10-01T12:36:21.628Z"
}
},
{
"model": "engine.job",
"pk": 40,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2024-10-01T12:36:21.491Z",
"parent_job": null,
"segment": 40,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2024-10-01T12:36:21.651Z"
}
},
{
"model": "engine.job",
"pk": 41,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2024-10-01T12:36:21.511Z",
"parent_job": null,
"segment": 41,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "ground_truth",
"updated_date": "2024-10-01T12:38:26.967Z"
}
},
{
"model": "engine.job",
"pk": 42,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-01-14T17:19:04.062Z",
"parent_job": null,
"segment": 42,
"stage": "annotation",
"state": "completed",
"status": "annotation",
"type": "annotation",
"updated_date": "2025-02-03T15:25:42.655Z"
}
},
{
"model": "engine.job",
"pk": 43,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-01-14T17:19:04.077Z",
"parent_job": 42,
"segment": 42,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "consensus_replica",
"updated_date": "2025-02-03T15:25:32.413Z"
}
},
{
"model": "engine.job",
"pk": 44,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-01-14T17:19:04.082Z",
"parent_job": 42,
"segment": 42,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "consensus_replica",
"updated_date": "2025-01-14T17:19:51.388Z"
}
},
{
"model": "engine.job",
"pk": 45,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-01-14T17:19:04.086Z",
"parent_job": 42,
"segment": 42,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "consensus_replica",
"updated_date": "2025-02-03T15:22:52.241Z"
}
},
{
"model": "engine.job",
"pk": 46,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-01-14T17:19:04.091Z",
"parent_job": null,
"segment": 43,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2025-01-14T17:24:20.174Z"
}
},
{
"model": "engine.job",
"pk": 47,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-01-14T17:19:04.095Z",
"parent_job": 46,
"segment": 43,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "consensus_replica",
"updated_date": "2025-01-14T17:23:55.551Z"
}
},
{
"model": "engine.job",
"pk": 48,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-01-14T17:19:04.099Z",
"parent_job": 46,
"segment": 43,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "consensus_replica",
"updated_date": "2025-01-14T17:19:51.388Z"
}
},
{
"model": "engine.job",
"pk": 49,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-01-14T17:19:04.103Z",
"parent_job": 46,
"segment": 43,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "consensus_replica",
"updated_date": "2025-01-14T17:24:51.333Z"
}
},
{
"model": "engine.job",
"pk": 50,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-01-14T17:19:04.163Z",
"parent_job": null,
"segment": 44,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "ground_truth",
"updated_date": "2025-01-14T17:21:56.768Z"
}
},
{
"model": "engine.job",
"pk": 51,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-01-27T16:42:31.660Z",
"parent_job": null,
"segment": 45,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2025-01-27T16:42:31.660Z"
}
},
{
"model": "engine.job",
"pk": 52,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-01-27T16:42:31.672Z",
"parent_job": 51,
"segment": 45,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "consensus_replica",
"updated_date": "2025-01-27T16:43:07.696Z"
}
},
{
"model": "engine.job",
"pk": 53,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-01-27T16:42:31.676Z",
"parent_job": 51,
"segment": 45,
"stage": "annotation",
"state": "completed",
"status": "annotation",
"type": "consensus_replica",
"updated_date": "2025-01-27T16:43:47.462Z"
}
},
{
"model": "engine.job",
"pk": 54,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-05-05T15:35:00.158Z",
"parent_job": null,
"segment": 46,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2025-05-05T15:35:00.294Z"
}
},
{
"model": "engine.job",
"pk": 55,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-05-05T15:35:00.221Z",
"parent_job": null,
"segment": 47,
"stage": "acceptance",
"state": "completed",
"status": "completed",
"type": "ground_truth",
"updated_date": "2025-05-05T15:38:29.597Z"
}
},
{
"model": "engine.job",
"pk": 56,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-05-05T15:35:00.380Z",
"parent_job": null,
"segment": 48,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2025-05-05T15:35:00.493Z"
}
},
{
"model": "engine.job",
"pk": 57,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-05-05T15:35:00.387Z",
"parent_job": null,
"segment": 49,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2025-05-05T15:35:00.515Z"
}
},
{
"model": "engine.job",
"pk": 58,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-05-05T15:35:00.403Z",
"parent_job": null,
"segment": 50,
"stage": "acceptance",
"state": "completed",
"status": "completed",
"type": "ground_truth",
"updated_date": "2025-05-05T15:38:37.188Z"
}
},
{
"model": "engine.job",
"pk": 59,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-08-01T11:44:47.537Z",
"parent_job": null,
"segment": 51,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2025-08-01T11:44:47.537Z"
}
},
{
"model": "engine.job",
"pk": 60,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-08-01T11:44:47.547Z",
"parent_job": null,
"segment": 52,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2025-08-01T11:44:47.547Z"
}
},
{
"model": "engine.job",
"pk": 61,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-08-01T11:44:47.551Z",
"parent_job": null,
"segment": 53,
"stage": "annotation",
"state": "in progress",
"status": "annotation",
"type": "annotation",
"updated_date": "2025-08-01T11:45:33.617Z"
}
},
{
"model": "engine.job",
"pk": 62,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-08-01T11:44:47.600Z",
"parent_job": null,
"segment": 54,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "ground_truth",
"updated_date": "2025-08-01T11:44:47.600Z"
}
},
{
"model": "engine.job",
"pk": 63,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2025-11-13T11:32:48.469Z",
"parent_job": null,
"segment": 55,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2025-11-13T11:32:48.469Z"
}
},
{
"model": "engine.job",
"pk": 64,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2026-05-11T17:25:43.509Z",
"parent_job": null,
"segment": 56,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "annotation",
"updated_date": "2026-05-11T17:25:43.621Z"
}
},
{
"model": "engine.job",
"pk": 65,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"created_date": "2026-05-11T17:25:43.568Z",
"parent_job": null,
"segment": 57,
"stage": "annotation",
"state": "new",
"status": "annotation",
"type": "ground_truth",
"updated_date": "2026-05-11T17:25:43.641Z"
}
},
{
"model": "engine.label",
"pk": 3,
"fields": {
"color": "#2080c0",
"name": "car",
"parent": null,
"project": null,
"task": 2,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 4,
"fields": {
"color": "#c06060",
"name": "person",
"parent": null,
"project": null,
"task": 2,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 5,
"fields": {
"color": "#2080c0",
"name": "car",
"parent": null,
"project": 1,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 6,
"fields": {
"color": "#c06060",
"name": "person",
"parent": null,
"project": 1,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 7,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": 2,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 8,
"fields": {
"color": "#406040",
"name": "dog",
"parent": null,
"project": 2,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 9,
"fields": {
"color": "#2080c0",
"name": "car",
"parent": null,
"project": null,
"task": 5,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 10,
"fields": {
"color": "#2080c0",
"name": "car",
"parent": null,
"project": null,
"task": 6,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 11,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": null,
"task": 7,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 12,
"fields": {
"color": "#406040",
"name": "dog",
"parent": null,
"project": null,
"task": 7,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 13,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": null,
"task": 8,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 14,
"fields": {
"color": "#406040",
"name": "dog",
"parent": null,
"project": null,
"task": 8,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 15,
"fields": {
"color": "#2080c0",
"name": "Car",
"parent": null,
"project": null,
"task": 12,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 16,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": 4,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 17,
"fields": {
"color": "#406040",
"name": "dog",
"parent": null,
"project": 4,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 18,
"fields": {
"color": "#5c5eba",
"name": "s1",
"parent": null,
"project": 5,
"task": null,
"type": "skeleton"
}
},
{
"model": "engine.label",
"pk": 19,
"fields": {
"color": "#d12345",
"name": "1",
"parent": 18,
"project": 5,
"task": null,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 20,
"fields": {
"color": "#350dea",
"name": "2",
"parent": 18,
"project": 5,
"task": null,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 21,
"fields": {
"color": "#479ffe",
"name": "3",
"parent": 18,
"project": 5,
"task": null,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 22,
"fields": {
"color": "#0c81b5",
"name": "s2",
"parent": null,
"project": 5,
"task": null,
"type": "skeleton"
}
},
{
"model": "engine.label",
"pk": 23,
"fields": {
"color": "#d53957",
"name": "1",
"parent": 22,
"project": 5,
"task": null,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 24,
"fields": {
"color": "#4925ec",
"name": "2",
"parent": 22,
"project": 5,
"task": null,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 25,
"fields": {
"color": "#59a8fe",
"name": "3",
"parent": 22,
"project": 5,
"task": null,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 26,
"fields": {
"color": "#4a649f",
"name": "4",
"parent": 22,
"project": 5,
"task": null,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 27,
"fields": {
"color": "#bde94a",
"name": "label_0",
"parent": null,
"project": 6,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 28,
"fields": {
"color": "#bde94a",
"name": "label_0",
"parent": null,
"project": 7,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 29,
"fields": {
"color": "#2080c0",
"name": "car",
"parent": null,
"project": 8,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 30,
"fields": {
"color": "#c06060",
"name": "person",
"parent": null,
"project": 8,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 34,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": 10,
"task": null,
"type": "rectangle"
}
},
{
"model": "engine.label",
"pk": 35,
"fields": {
"color": "#406040",
"name": "dog",
"parent": null,
"project": 10,
"task": null,
"type": "polyline"
}
},
{
"model": "engine.label",
"pk": 38,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": null,
"task": 17,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 39,
"fields": {
"color": "#406040",
"name": "dog",
"parent": null,
"project": null,
"task": 17,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 40,
"fields": {
"color": "#4602af",
"name": "skele1",
"parent": null,
"project": null,
"task": 17,
"type": "skeleton"
}
},
{
"model": "engine.label",
"pk": 41,
"fields": {
"color": "#d12345",
"name": "1",
"parent": 40,
"project": null,
"task": 17,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 42,
"fields": {
"color": "#350dea",
"name": "2",
"parent": 40,
"project": null,
"task": 17,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 43,
"fields": {
"color": "#479ffe",
"name": "3",
"parent": 40,
"project": null,
"task": 17,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 44,
"fields": {
"color": "#4a649f",
"name": "4",
"parent": 40,
"project": null,
"task": 17,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 45,
"fields": {
"color": "#478144",
"name": "5",
"parent": 40,
"project": null,
"task": 17,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 46,
"fields": {
"color": "#6fbee4",
"name": "skeleton 1",
"parent": null,
"project": 11,
"task": null,
"type": "skeleton"
}
},
{
"model": "engine.label",
"pk": 47,
"fields": {
"color": "#af2382",
"name": "label 1",
"parent": 46,
"project": 11,
"task": null,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 48,
"fields": {
"color": "#6b57d7",
"name": "label with multiple spaces in the name",
"parent": 46,
"project": 11,
"task": null,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 49,
"fields": {
"color": "#082245",
"name": "label 3",
"parent": 46,
"project": 11,
"task": null,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 50,
"fields": {
"color": "#4a649f",
"name": "4",
"parent": 46,
"project": 11,
"task": null,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 51,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": null,
"task": 19,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 52,
"fields": {
"color": "#2080c0",
"name": "car",
"parent": null,
"project": null,
"task": 19,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 53,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": 12,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 54,
"fields": {
"color": "#2080c0",
"name": "car",
"parent": null,
"project": 12,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 55,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": 13,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 56,
"fields": {
"color": "#2080c0",
"name": "car",
"parent": null,
"project": 13,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 57,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": null,
"task": 21,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 58,
"fields": {
"color": "#2b3145",
"name": "skeleton1",
"parent": null,
"project": null,
"task": 21,
"type": "skeleton"
}
},
{
"model": "engine.label",
"pk": 59,
"fields": {
"color": "#d12345",
"name": "1",
"parent": 58,
"project": null,
"task": 21,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 60,
"fields": {
"color": "#350dea",
"name": "2",
"parent": 58,
"project": null,
"task": 21,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 61,
"fields": {
"color": "#479ffe",
"name": "3",
"parent": 58,
"project": null,
"task": 21,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 62,
"fields": {
"color": "#4a649f",
"name": "4",
"parent": 58,
"project": null,
"task": 21,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 63,
"fields": {
"color": "#91becf",
"name": "skeleton",
"parent": null,
"project": null,
"task": 8,
"type": "skeleton"
}
},
{
"model": "engine.label",
"pk": 64,
"fields": {
"color": "#d12345",
"name": "1",
"parent": 63,
"project": null,
"task": 8,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 65,
"fields": {
"color": "#350dea",
"name": "2",
"parent": 63,
"project": null,
"task": 8,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 66,
"fields": {
"color": "#406040",
"name": "dog",
"parent": null,
"project": null,
"task": 22,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 67,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": null,
"task": 22,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 68,
"fields": {
"color": "#765c62",
"name": "skele",
"parent": null,
"project": null,
"task": 22,
"type": "skeleton"
}
},
{
"model": "engine.label",
"pk": 69,
"fields": {
"color": "#d12345",
"name": "1",
"parent": 68,
"project": null,
"task": 22,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 70,
"fields": {
"color": "#350dea",
"name": "2",
"parent": 68,
"project": null,
"task": 22,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 71,
"fields": {
"color": "#479ffe",
"name": "3",
"parent": 68,
"project": null,
"task": 22,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 72,
"fields": {
"color": "#4a649f",
"name": "4",
"parent": 68,
"project": null,
"task": 22,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 73,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": null,
"task": 23,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 74,
"fields": {
"color": "#406040",
"name": "dog",
"parent": null,
"project": null,
"task": 23,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 75,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": null,
"task": 26,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 76,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": null,
"task": 27,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 77,
"fields": {
"color": "#6080c0",
"name": "label",
"parent": null,
"project": null,
"task": 29,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 78,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": null,
"task": 30,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 79,
"fields": {
"color": "#406040",
"name": "dog",
"parent": null,
"project": null,
"task": 30,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 80,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": null,
"task": 31,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 81,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": 17,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 82,
"fields": {
"color": "#406040",
"name": "dog",
"parent": null,
"project": 17,
"task": null,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 83,
"fields": {
"color": "#6080c0",
"name": "cat",
"parent": null,
"project": null,
"task": 34,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 84,
"fields": {
"color": "#406040",
"name": "dog",
"parent": null,
"project": null,
"task": 34,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 85,
"fields": {
"color": "#8c2f84",
"name": "skel",
"parent": null,
"project": null,
"task": 34,
"type": "skeleton"
}
},
{
"model": "engine.label",
"pk": 86,
"fields": {
"color": "#20d603",
"name": "p1",
"parent": 85,
"project": null,
"task": 34,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 87,
"fields": {
"color": "#e00ebb",
"name": "p2",
"parent": 85,
"project": null,
"task": 34,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 88,
"fields": {
"color": "#0a699d",
"name": "p3",
"parent": 85,
"project": null,
"task": 34,
"type": "points"
}
},
{
"model": "engine.label",
"pk": 89,
"fields": {
"color": "#cfe6e8",
"name": "skelp3",
"parent": null,
"project": null,
"task": 34,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 90,
"fields": {
"color": "#406040",
"name": "dog",
"parent": null,
"project": null,
"task": 31,
"type": "any"
}
},
{
"model": "engine.label",
"pk": 91,
"fields": {
"color": "#3310e1",
"name": "tag1",
"parent": null,
"project": 18,
"task": null,
"type": "tag"
}
},
{
"model": "engine.label",
"pk": 92,
"fields": {
"color": "#ce1a72",
"name": "tag2",
"parent": null,
"project": 18,
"task": null,
"type": "tag"
}
},
{
"model": "engine.label",
"pk": 93,
"fields": {
"color": "#d76534",
"name": "event",
"parent": null,
"project": null,
"task": 36,
"type": "interval"
}
},
{
"model": "engine.labeledimage",
"pk": 1,
"fields": {
"frame": 2,
"group": 0,
"job": 17,
"label": 17,
"source": "manual"
}
},
{
"model": "engine.labeledimage",
"pk": 2,
"fields": {
"frame": 3,
"group": 0,
"job": 17,
"label": 16,
"source": "manual"
}
},
{
"model": "engine.labeledimage",
"pk": 5,
"fields": {
"frame": 2,
"group": 0,
"job": 21,
"label": 39,
"source": "manual"
}
},
{
"model": "engine.labeledimage",
"pk": 6,
"fields": {
"frame": 3,
"group": 0,
"job": 21,
"label": 38,
"source": "manual"
}
},
{
"model": "engine.labeledimage",
"pk": 7,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 67,
"source": "manual"
}
},
{
"model": "engine.labeledimage",
"pk": 8,
"fields": {
"frame": 1,
"group": 0,
"job": 28,
"label": 67,
"source": "manual"
}
},
{
"model": "engine.labeledimage",
"pk": 9,
"fields": {
"frame": 0,
"group": 0,
"job": 45,
"label": 78,
"source": "manual"
}
},
{
"model": "engine.labeledimage",
"pk": 10,
"fields": {
"frame": 0,
"group": 0,
"job": 44,
"label": 78,
"source": "manual"
}
},
{
"model": "engine.labeledimage",
"pk": 11,
"fields": {
"frame": 0,
"group": 0,
"job": 43,
"label": 78,
"source": "manual"
}
},
{
"model": "engine.labeledimage",
"pk": 13,
"fields": {
"frame": 0,
"group": 0,
"job": 42,
"label": 78,
"source": "manual"
}
},
{
"model": "engine.labeledimage",
"pk": 14,
"fields": {
"frame": 0,
"group": 0,
"job": 52,
"label": 80,
"source": "manual"
}
},
{
"model": "engine.labeledimage",
"pk": 15,
"fields": {
"frame": 0,
"group": 0,
"job": 53,
"label": 80,
"source": "manual"
}
},
{
"model": "engine.labeledimage",
"pk": 16,
"fields": {
"frame": 0,
"group": 0,
"job": 53,
"label": 90,
"source": "manual"
}
},
{
"model": "engine.labeledimage",
"pk": 22,
"fields": {
"frame": 0,
"group": 0,
"job": 51,
"label": 80,
"source": "file"
}
},
{
"model": "engine.labeledimageattributeval",
"pk": 1,
"fields": {
"image": 7,
"job": 28,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledimageattributeval",
"pk": 2,
"fields": {
"image": 7,
"job": 28,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledimageattributeval",
"pk": 3,
"fields": {
"image": 8,
"job": 28,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledimageattributeval",
"pk": 4,
"fields": {
"image": 8,
"job": 28,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledimageattributeval",
"pk": 5,
"fields": {
"image": 9,
"job": 45,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledimageattributeval",
"pk": 6,
"fields": {
"image": 10,
"job": 44,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledimageattributeval",
"pk": 7,
"fields": {
"image": 11,
"job": 43,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledimageattributeval",
"pk": 9,
"fields": {
"image": 13,
"job": 42,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledimageattributeval",
"pk": 10,
"fields": {
"image": 14,
"job": 52,
"spec": 18,
"value": ""
}
},
{
"model": "engine.labeledimageattributeval",
"pk": 11,
"fields": {
"image": 15,
"job": 53,
"spec": 18,
"value": ""
}
},
{
"model": "engine.labeledimageattributeval",
"pk": 16,
"fields": {
"image": 22,
"job": 51,
"spec": 18,
"value": ""
}
},
{
"model": "engine.labeledinterval",
"pk": 1,
"fields": {
"group": 0,
"job": 64,
"label": 93,
"score": 1.0,
"source": "manual",
"start": 0,
"stop": 6913
}
},
{
"model": "engine.labeledinterval",
"pk": 2,
"fields": {
"group": 0,
"job": 64,
"label": 93,
"score": 1.0,
"source": "manual",
"start": 0,
"stop": 6913
}
},
{
"model": "engine.labeledinterval",
"pk": 3,
"fields": {
"group": 0,
"job": 65,
"label": 93,
"score": 1.0,
"source": "manual",
"start": 0,
"stop": 6913
}
},
{
"model": "engine.labeledinterval",
"pk": 4,
"fields": {
"group": 0,
"job": 65,
"label": 93,
"score": 1.0,
"source": "manual",
"start": 0,
"stop": 6913
}
},
{
"model": "engine.labeledintervalattributeval",
"pk": 1,
"fields": {
"interval": 1,
"job": 64,
"spec": 19,
"value": "Bob"
}
},
{
"model": "engine.labeledintervalattributeval",
"pk": 2,
"fields": {
"interval": 1,
"job": 64,
"spec": 20,
"value": ""
}
},
{
"model": "engine.labeledintervalattributeval",
"pk": 3,
"fields": {
"interval": 2,
"job": 64,
"spec": 19,
"value": "Bob"
}
},
{
"model": "engine.labeledintervalattributeval",
"pk": 4,
"fields": {
"interval": 2,
"job": 64,
"spec": 20,
"value": ""
}
},
{
"model": "engine.labeledintervalattributeval",
"pk": 5,
"fields": {
"interval": 3,
"job": 65,
"spec": 19,
"value": "Bob"
}
},
{
"model": "engine.labeledintervalattributeval",
"pk": 6,
"fields": {
"interval": 3,
"job": 65,
"spec": 20,
"value": ""
}
},
{
"model": "engine.labeledintervalattributeval",
"pk": 7,
"fields": {
"interval": 4,
"job": 65,
"spec": 19,
"value": "Bob"
}
},
{
"model": "engine.labeledintervalattributeval",
"pk": 8,
"fields": {
"interval": 4,
"job": 65,
"spec": 20,
"value": ""
}
},
{
"model": "engine.labeledshape",
"pk": 1,
"fields": {
"frame": 0,
"group": 0,
"job": 2,
"label": 3,
"occluded": false,
"outside": false,
"parent": null,
"points": "223.39453125, 226.0751953125, 513.7663269042969, 377.9619903564453",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 2,
"fields": {
"frame": 1,
"group": 0,
"job": 2,
"label": 3,
"occluded": false,
"outside": false,
"parent": null,
"points": "63.0791015625, 139.75390625, 132.19337349397574, 112.3867469879533, 189.71144578313397, 159.23614457831354, 191.1030120481937, 246.9048192771097, 86.73554216867524, 335.5012048192784, 32.00060240964012, 250.15180722891637",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 3,
"fields": {
"frame": 1,
"group": 0,
"job": 2,
"label": 4,
"occluded": false,
"outside": false,
"parent": null,
"points": "83.0244140625, 216.75390625, 112.24759036144678, 162.48313253012202, 167.44638554216908, 183.35662650602535, 149.35602409638705, 252.0072289156633, 84.41626506024113, 292.8265060240974, 72.81987951807241, 258.9650602409638",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 4,
"fields": {
"frame": 2,
"group": 0,
"job": 2,
"label": 3,
"occluded": false,
"outside": false,
"parent": null,
"points": "24.443359375, 107.2275390625, 84.91109877913368, 61.125083240844106, 169.4316315205324, 75.1561598224198, 226.5581576026634, 113.90865704772477, 240.5892341842391, 205.77880133185317, 210.52264150943483, 270.9230854605994",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 5,
"fields": {
"frame": 22,
"group": 0,
"job": 2,
"label": 3,
"occluded": false,
"outside": false,
"parent": null,
"points": "148.94921875, 285.6865234375, 313.515094339622, 400.32830188679145, 217.36415094339463, 585.2339622641503, 64.81698113207494, 499.25283018867776",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 27,
"fields": {
"frame": 0,
"group": 0,
"job": 9,
"label": 11,
"occluded": false,
"outside": false,
"parent": null,
"points": "448.3779296875, 356.4892578125, 438.2558352402775, 761.3861556064112, 744.1780320366161, 319.37356979405195, 446.1288329519466, 163.03832951945333",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 29,
"fields": {
"frame": 0,
"group": 0,
"job": 7,
"label": 9,
"occluded": false,
"outside": false,
"parent": null,
"points": "364.0361328125, 528.87890625, 609.5286041189956, 586.544622425632, 835.2494279176244, 360.0000000000018, 543.6247139588122, 175.4691075514893, 326.9656750572103, 192.76887871853796, 244.58581235698148, 319.63386727689067",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 30,
"fields": {
"frame": 0,
"group": 0,
"job": 10,
"label": 13,
"occluded": false,
"outside": false,
"parent": null,
"points": "440.0439453125, 84.0791015625, 71.83311938382576, 249.81514762516053, 380.4441591784325, 526.585365853658, 677.6251604621302, 260.42875481386363, 629.4557124518615, 127.35044929396645",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 31,
"fields": {
"frame": 0,
"group": 0,
"job": 11,
"label": 6,
"occluded": false,
"outside": false,
"parent": null,
"points": "65.6189987163034, 100.96585365853753, 142.12734274711147, 362.6243902439037",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 33,
"fields": {
"frame": 0,
"group": 0,
"job": 16,
"label": 7,
"occluded": false,
"outside": false,
"parent": null,
"points": "100.14453125, 246.03515625, 408.8692551505537, 327.5483359746413, 588.5839936608554, 289.0380348652925, 623.8851030110927, 183.77654516640177, 329.2812995245622, 71.45483359746322",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 34,
"fields": {
"frame": 0,
"group": 0,
"job": 17,
"label": 16,
"occluded": false,
"outside": false,
"parent": null,
"points": "106.361328125, 85.150390625, 240.083984375, 241.263671875",
"rotation": 45.9,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 35,
"fields": {
"frame": 1,
"group": 0,
"job": 17,
"label": 16,
"occluded": false,
"outside": false,
"parent": null,
"points": "414.29522752496996, 124.8035516093205, 522.2641509433943, 286.75693673695605",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 36,
"fields": {
"frame": 0,
"group": 0,
"job": 18,
"label": 22,
"occluded": false,
"outside": false,
"parent": null,
"points": "[]",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "skeleton",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 37,
"fields": {
"frame": 0,
"group": 0,
"job": 18,
"label": 23,
"occluded": false,
"outside": false,
"parent": 36,
"points": "135.8260869565238, 118.10276296228554",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 38,
"fields": {
"frame": 0,
"group": 0,
"job": 18,
"label": 24,
"occluded": false,
"outside": false,
"parent": 36,
"points": "172.10450871201368, 274.6245183225243",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 39,
"fields": {
"frame": 0,
"group": 0,
"job": 18,
"label": 25,
"occluded": false,
"outside": false,
"parent": 36,
"points": "259.91862203681984, 67.8260869565238",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 40,
"fields": {
"frame": 0,
"group": 0,
"job": 18,
"label": 26,
"occluded": false,
"outside": false,
"parent": 36,
"points": "283.65217391304554, 276.52173913043686",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 41,
"fields": {
"frame": 15,
"group": 0,
"job": 14,
"label": 6,
"occluded": false,
"outside": false,
"parent": null,
"points": "53.062929061787145, 301.6390160183091, 197.94851258581548, 763.3266590389048",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 42,
"fields": {
"frame": 16,
"group": 0,
"job": 14,
"label": 5,
"occluded": false,
"outside": false,
"parent": null,
"points": "172.0810546875, 105.990234375, 285.97262095255974, 138.40000000000146",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 43,
"fields": {
"frame": 0,
"group": 0,
"job": 19,
"label": 30,
"occluded": false,
"outside": false,
"parent": null,
"points": "120.81927710843593, 213.52074966532928, 258.7576974564945, 643.614457831327",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 44,
"fields": {
"frame": 0,
"group": 0,
"job": 19,
"label": 29,
"occluded": false,
"outside": false,
"parent": null,
"points": "479.97322623828586, 408.0053547523421, 942.6238286479238, 513.3868808567604",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 47,
"fields": {
"frame": 0,
"group": 0,
"job": 21,
"label": 38,
"occluded": false,
"outside": false,
"parent": null,
"points": "106.361328125, 85.150390625, 240.083984375, 241.263671875",
"rotation": 45.9,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 48,
"fields": {
"frame": 1,
"group": 0,
"job": 21,
"label": 38,
"occluded": false,
"outside": false,
"parent": null,
"points": "414.29522752496996, 124.8035516093205, 522.2641509433943, 286.75693673695605",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 49,
"fields": {
"frame": 0,
"group": 0,
"job": 22,
"label": 46,
"occluded": false,
"outside": false,
"parent": null,
"points": "[]",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "skeleton",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 50,
"fields": {
"frame": 0,
"group": 0,
"job": 22,
"label": 47,
"occluded": false,
"outside": false,
"parent": 49,
"points": "136.46993006993034, 138.72697241590762",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 51,
"fields": {
"frame": 0,
"group": 0,
"job": 22,
"label": 48,
"occluded": false,
"outside": false,
"parent": 49,
"points": "192.9001336620433, 421.9659673659692",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 52,
"fields": {
"frame": 0,
"group": 0,
"job": 22,
"label": 49,
"occluded": false,
"outside": false,
"parent": 49,
"points": "326.2062528608664, 107.42983682983868",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 53,
"fields": {
"frame": 0,
"group": 0,
"job": 22,
"label": 50,
"occluded": false,
"outside": false,
"parent": 49,
"points": "412.07832167832197, 337.46374412038085",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 54,
"fields": {
"frame": 0,
"group": 0,
"job": 23,
"label": 51,
"occluded": false,
"outside": false,
"parent": null,
"points": "244.32906271072352, 57.53054619015711, 340.34389750505943, 191.28914362778414",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 55,
"fields": {
"frame": 0,
"group": 0,
"job": 23,
"label": 52,
"occluded": false,
"outside": false,
"parent": null,
"points": "424.4396493594086, 86.6660822656795, 664.8078219824692, 251.54672960215976",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 56,
"fields": {
"frame": 0,
"group": 0,
"job": 24,
"label": 53,
"occluded": false,
"outside": false,
"parent": null,
"points": "35.913636363637124, 80.58636363636288, 94.8227272727272, 170.58636363636288",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 57,
"fields": {
"frame": 0,
"group": 0,
"job": 24,
"label": 54,
"occluded": false,
"outside": false,
"parent": null,
"points": "190.95909090909117, 100.22272727272684, 297.7318181818191, 209.8590909090908",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 58,
"fields": {
"frame": 6,
"group": 0,
"job": 26,
"label": 57,
"occluded": false,
"outside": false,
"parent": null,
"points": "42.63157931421483, 51.228199155397306, 106.13274329786509, 138.0929989443539",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 59,
"fields": {
"frame": 6,
"group": 0,
"job": 26,
"label": 58,
"occluded": false,
"outside": false,
"parent": null,
"points": "[]",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "skeleton",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 60,
"fields": {
"frame": 6,
"group": 0,
"job": 26,
"label": 59,
"occluded": false,
"outside": false,
"parent": 59,
"points": "103.73647295885894, 51.085564225393554",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 61,
"fields": {
"frame": 6,
"group": 0,
"job": 26,
"label": 60,
"occluded": false,
"outside": false,
"parent": 59,
"points": "125.86783527366472, 101.86367376801435",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 62,
"fields": {
"frame": 6,
"group": 0,
"job": 26,
"label": 61,
"occluded": false,
"outside": false,
"parent": 59,
"points": "155.7276059652392, 30.260833689097126",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 63,
"fields": {
"frame": 6,
"group": 0,
"job": 26,
"label": 62,
"occluded": false,
"outside": false,
"parent": 59,
"points": "199.28775272671066, 114.13029555429613",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 64,
"fields": {
"frame": 0,
"group": 3,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "439.001953125, 238.072265625, 442.27361979103625, 279.29221193910234",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 65,
"fields": {
"frame": 0,
"group": 1,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "109.6181640625, 93.6806640625, 150.7451171875, 154.708984375",
"rotation": 118.39999999999998,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 66,
"fields": {
"frame": 0,
"group": 3,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "414.140625, 256.392578125, 467.1372624053729, 255.08366924483562",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 67,
"fields": {
"frame": 0,
"group": 4,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "210.00390625, 274.0576171875, 240.10078833736043, 258.3547764811883, 267.10000000000036, 266.40000000000146, 278.7035955631618, 261.62685883520135, 281.32071996591367, 253.77548562694574",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 68,
"fields": {
"frame": 0,
"group": 5,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "227.015625, 87.587890625, 225.052845018663, 153.01643273565423, 283.90000000000146, 158.20000000000073, 251.90000000000146, 121.0",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 69,
"fields": {
"frame": 0,
"group": 2,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "37.0, 25.0, 49.0, 32.0, 23.0, 59.0, 19.0, 61.0, 17.0, 63.0, 15.0, 65.0, 14.0, 66.0, 12.0, 68.0, 11.0, 69.0, 10.0, 70.0, 9.0, 70.0, 9.0, 70.0, 9.0, 70.0, 9.0, 71.0, 8.0, 71.0, 8.0, 72.0, 7.0, 72.0, 7.0, 72.0, 7.0, 72.0, 7.0, 72.0, 7.0, 73.0, 6.0, 73.0, 5.0, 74.0, 5.0, 74.0, 5.0, 74.0, 5.0, 74.0, 5.0, 74.0, 5.0, 74.0, 5.0, 74.0, 5.0, 74.0, 5.0, 74.0, 5.0, 74.0, 5.0, 74.0, 5.0, 74.0, 4.0, 75.0, 4.0, 75.0, 4.0, 75.0, 3.0, 76.0, 3.0, 76.0, 3.0, 77.0, 2.0, 77.0, 2.0, 77.0, 2.0, 77.0, 2.0, 77.0, 2.0, 77.0, 1.0, 1184.0, 1.0, 77.0, 3.0, 76.0, 4.0, 75.0, 4.0, 75.0, 4.0, 74.0, 5.0, 73.0, 7.0, 71.0, 9.0, 67.0, 13.0, 65.0, 15.0, 9.0, 1.0, 53.0, 29.0, 16.0, 4.0, 29.0, 31.0, 11.0, 16.0, 20.0, 12.0, 458.0, 87.0, 536.0, 158.0",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "mask",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 70,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 66,
"occluded": false,
"outside": false,
"parent": null,
"points": "459.5, 81.90000000000146, 545.8000000000011, 155.80020141601562",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 1
}
},
{
"model": "engine.labeledshape",
"pk": 71,
"fields": {
"frame": 0,
"group": 6,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "414.48681640625, 261.001953125, 467.4834538116229, 259.6930442448356",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 72,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "502.5, 319.90000000000146, 635.3000000000011, 319.90000000000146, 651.0, 374.7000000000007, 499.90000000000146, 375.5",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 3
}
},
{
"model": "engine.labeledshape",
"pk": 73,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 66,
"occluded": false,
"outside": false,
"parent": null,
"points": "532.6000000000004, 300.2000000000007, 533.2000000000007, 391.8000000000011, 678.4693480835958, 393.13736007351145, 639.866763142998, 300.8837248764885",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 74,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 66,
"occluded": false,
"outside": false,
"parent": null,
"points": "618.228515625, 215.12753906250146, 688.3285156250004, 284.5275390625011, 690.2463290244214, 278.63711201903425, 626.1000000000004, 206.70000000000073",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 3
}
},
{
"model": "engine.labeledshape",
"pk": 75,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "673.2000000000007, 222.40000000000146, 693.5177345278626, 240.03542476937582, 647.8000000000011, 287.2000000000007, 620.8925323514832, 266.8609498975875",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 1
}
},
{
"model": "engine.labeledshape",
"pk": 76,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "310.763369496879, 196.19874876639187, 339.55173792715505, 228.9128038007966",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 77,
"fields": {
"frame": 0,
"group": 15,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "213.966796875, 46.7294921875, 239.5, 72.30000000000109",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 1
}
},
{
"model": "engine.labeledshape",
"pk": 78,
"fields": {
"frame": 0,
"group": 16,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "147.900390625, 45.4208984375, 171.40000000000146, 70.30000000000109",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 1
}
},
{
"model": "engine.labeledshape",
"pk": 79,
"fields": {
"frame": 0,
"group": 16,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "179.9443359375, 46.0751953125, 206.0, 72.80000000000109",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 1
}
},
{
"model": "engine.labeledshape",
"pk": 80,
"fields": {
"frame": 0,
"group": 16,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "113.80000000000109, 45.400000000001455, 137.3818359375, 69.0",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 1
}
},
{
"model": "engine.labeledshape",
"pk": 81,
"fields": {
"frame": 0,
"group": 12,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "147.8466796875, 17.6083984375, 170.1457031250011, 39.871289443968635",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 1
}
},
{
"model": "engine.labeledshape",
"pk": 82,
"fields": {
"frame": 0,
"group": 7,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "113.80000000000109, 17.600000000000364, 138.65410232543945, 40.47109413146973",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 1
}
},
{
"model": "engine.labeledshape",
"pk": 83,
"fields": {
"frame": 0,
"group": 7,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "179.908203125, 18.216796875, 203.40000000000146, 41.80000000000109",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 1
}
},
{
"model": "engine.labeledshape",
"pk": 84,
"fields": {
"frame": 0,
"group": 11,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "603.9000000000015, 13.654296875, 632.6692943572998, 42.400000000001455",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 1
}
},
{
"model": "engine.labeledshape",
"pk": 85,
"fields": {
"frame": 0,
"group": 11,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "641.2000000000007, 13.0, 670.6457023620605, 42.5",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 1
}
},
{
"model": "engine.labeledshape",
"pk": 86,
"fields": {
"frame": 0,
"group": 11,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "681.0859375, 13.0, 711.3000000000011, 43.20000000000073",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 1
}
},
{
"model": "engine.labeledshape",
"pk": 87,
"fields": {
"frame": 0,
"group": 12,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "212.6220703125, 18.9169921875, 236.8000000000011, 42.5",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 1
}
},
{
"model": "engine.labeledshape",
"pk": 88,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "361.0, 302.10000000000036, 368.90000000000146, 316.0, 348.10000000000036, 318.60000000000036",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 89,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 66,
"occluded": false,
"outside": false,
"parent": null,
"points": "225.70703125, 314.6240234375",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 90,
"fields": {
"frame": 0,
"group": 17,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "60.828125, 302.1923828125",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 91,
"fields": {
"frame": 0,
"group": 17,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "34.65674500649766, 268.16966984208375, 75.22217324915982, 324.43784450126077",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 92,
"fields": {
"frame": 0,
"group": 17,
"job": 27,
"label": 66,
"occluded": false,
"outside": false,
"parent": null,
"points": "50.359375, 283.8720703125",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 93,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "138.0, 339.5, 155.0, 338.8000000000011",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 94,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "43.162109375, 178.533203125, 59.51942683264497, 190.96449996088631, 71.29648664503111, 177.22459684643582, 100.08485507530895, 167.41038033611403",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 95,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "101.3935546875, 200.7783203125, 135.41603451246556, 214.5186195856586, 117.75044479388816, 248.54123682144018, 85.03638975948161, 235.4556148076772, 73.25932994709547, 204.0501219746493",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 96,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "216.5673828125, 208.00537109375, 252.552734375, 191.6484375",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "ellipse",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 97,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 66,
"occluded": false,
"outside": false,
"parent": null,
"points": "455.359375, 88.2421875, 463.2108659572077, 158.9047260271691, 545.6502846439089, 155.6333205237297, 536.4903492342764, 84.97096164941286",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 98,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "227.015625, 88.2421875, 223.74398310536162, 155.6333205237297, 297.0234663824285, 156.94188272510473, 299.6405907851804, 84.97096164941286, 261.0380058445826, 128.80779539551622",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 99,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "284.591796875, 248.541015625, 264.9636924487113, 261.62685883520135, 242.71813502531586, 251.15836122419205, 219.16401540054358, 270.7867942448356",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 100,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "419.3740234375, 260.318359375, 436.38534082899605, 259.0097344324495, 448.8166817420697, 258.35545333176196, 463.86514705789705, 258.35545333176196",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 101,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "107.28194718287705, 91.51377265629344, 152.42734313035726, 154.32475832235104",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 102,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "362.451171875, 298.9208984375, 345.4402678333481, 317.24075239369085, 368.9943874581204, 315.93219019231583",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 103,
"fields": {
"frame": 0,
"group": 1,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "113.8251953125, 18.234375, 136.0714843750011, 40.5",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 104,
"fields": {
"frame": 0,
"group": 1,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "147.84765625, 18.888671875, 170.06289062500036, 42.408593750000364",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 105,
"fields": {
"frame": 0,
"group": 2,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "180.5615234375, 19.54296875, 202.1408203125011, 41.771484375",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 106,
"fields": {
"frame": 0,
"group": 2,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "213.2763671875, 18.234375, 236.82363281250036, 44.371484375000364",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 107,
"fields": {
"frame": 0,
"group": 3,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "567.9000000000015, 14.30859375, 595.3747291564941, 43.80000000000109",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 108,
"fields": {
"frame": 0,
"group": 3,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "603.9000000000015, 13.654296875, 632.0144577026367, 43.100000000000364",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 109,
"fields": {
"frame": 0,
"group": 3,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "643.8000000000011, 12.345703125, 671.9000015258789, 43.80000000000109",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 110,
"fields": {
"frame": 0,
"group": 3,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "681.0859375, 14.30859375, 711.8000000000011, 43.80000000000109",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 111,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "112.5166015625, 47.0224609375, 138.03356448933664, 69.92229946158295",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 112,
"fields": {
"frame": 0,
"group": 4,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "147.84737542554103, 47.02265780950256, 172.05577615100083, 72.5396207363392",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 113,
"fields": {
"frame": 0,
"group": 4,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "181.21571156063328, 47.67693891019189, 205.42411228609308, 73.84818293771605",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 114,
"fields": {
"frame": 0,
"group": 4,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "213.2754854943505, 47.67693891019189, 238.13816732049781, 73.84818293771605",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 115,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "527.0, 319.60000000000036, 530.3000000000011, 372.60000000000036, 500.83202924677244, 375.2100579146554, 502.7948725488368, 319.5961643561677",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 116,
"fields": {
"frame": 0,
"group": 5,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "672.5810546875, 219.0986328125, 692.2092511980463, 239.3813014118059, 671.2722559760259, 257.70117223107445, 655.5695095595111, 239.3813014118059",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 117,
"fields": {
"frame": 0,
"group": 5,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "21.0, 5.0, 32.0, 10.0, 30.0, 12.0, 27.0, 15.0, 25.0, 17.0, 23.0, 19.0, 21.0, 21.0, 19.0, 23.0, 17.0, 25.0, 14.0, 28.0, 12.0, 30.0, 10.0, 31.0, 9.0, 33.0, 8.0, 34.0, 6.0, 36.0, 5.0, 36.0, 5.0, 36.0, 4.0, 38.0, 2.0, 39.0, 2.0, 326.0, 2.0, 38.0, 3.0, 38.0, 3.0, 37.0, 5.0, 35.0, 6.0, 34.0, 8.0, 31.0, 10.0, 29.0, 13.0, 26.0, 16.0, 23.0, 19.0, 21.0, 21.0, 18.0, 24.0, 15.0, 27.0, 13.0, 29.0, 9.0, 22.0, 627.0, 244.0, 667.0, 284.0",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "mask",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 118,
"fields": {
"frame": 0,
"group": 7,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "37.2744140625, 267.5166015625, 83.07409111066772, 328.36474392649325",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 119,
"fields": {
"frame": 0,
"group": 7,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "46.43359375, 290.4150390625",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 120,
"fields": {
"frame": 0,
"group": 7,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "64.75390625, 302.1923828125",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 121,
"fields": {
"frame": 0,
"group": 7,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "47.7421875, 309.3896484375",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 122,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 66,
"occluded": false,
"outside": false,
"parent": null,
"points": "140.70000000000073, 338.8000000000011",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 123,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "225.0, 315.2000000000007",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 124,
"fields": {
"frame": 1,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "213.076171875, 27.58203125, 242.67217060073926, 54.958764913635605, 220.4750788758156, 73.4563413510732, 182.00011988594815, 63.097698546107495, 165.72225262100437, 25.36264261373799",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 125,
"fields": {
"frame": 1,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "359.22314453125, 57.5439453125, 381.7900390625, 37.9365234375",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "ellipse",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 126,
"fields": {
"frame": 1,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "503.8579498973395, 51.35924962614954, 503.8579498973395, 95.65343307599687, 574.1487403595966, 51.25924962614954, 574.1487403595966, 95.65343307599687, 581.1778194058222, 46.91983128116481, 581.1778194058222, 91.11401473101215, 510.88702894356516, 46.91983128116481, 510.88702894356516, 91.11401473101215",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "cuboid",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 127,
"fields": {
"frame": 1,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "45.0, 8.0, 64.0, 5.0, 7.0, 11.0, 61.0, 7.0, 5.0, 14.0, 58.0, 9.0, 3.0, 16.0, 56.0, 11.0, 2.0, 18.0, 54.0, 11.0, 2.0, 20.0, 52.0, 35.0, 50.0, 36.0, 49.0, 38.0, 47.0, 39.0, 45.0, 42.0, 43.0, 43.0, 42.0, 45.0, 40.0, 46.0, 39.0, 47.0, 16.0, 7.0, 15.0, 48.0, 14.0, 9.0, 14.0, 48.0, 13.0, 12.0, 12.0, 13.0, 11.0, 25.0, 11.0, 14.0, 10.0, 13.0, 14.0, 24.0, 10.0, 15.0, 9.0, 13.0, 16.0, 23.0, 8.0, 17.0, 7.0, 14.0, 16.0, 23.0, 8.0, 18.0, 5.0, 15.0, 17.0, 23.0, 6.0, 19.0, 5.0, 15.0, 18.0, 23.0, 4.0, 21.0, 3.0, 16.0, 19.0, 23.0, 3.0, 22.0, 2.0, 16.0, 19.0, 23.0, 3.0, 40.0, 19.0, 24.0, 2.0, 40.0, 20.0, 23.0, 2.0, 41.0, 19.0, 23.0, 2.0, 41.0, 19.0, 11.0, 1.0, 12.0, 1.0, 11.0, 1.0, 29.0, 19.0, 11.0, 1.0, 12.0, 1.0, 11.0, 1.0, 29.0, 19.0, 11.0, 2.0, 23.0, 2.0, 29.0, 18.0, 11.0, 2.0, 23.0, 3.0, 28.0, 18.0, 11.0, 2.0, 24.0, 3.0, 28.0, 17.0, 11.0, 3.0, 24.0, 3.0, 27.0, 16.0, 12.0, 3.0, 25.0, 2.0, 28.0, 15.0, 12.0, 2.0, 12.0, 1.0, 43.0, 14.0, 12.0, 3.0, 12.0, 2.0, 43.0, 13.0, 12.0, 3.0, 12.0, 2.0, 44.0, 11.0, 13.0, 3.0, 12.0, 3.0, 43.0, 11.0, 13.0, 3.0, 11.0, 4.0, 43.0, 10.0, 13.0, 4.0, 11.0, 5.0, 44.0, 8.0, 12.0, 5.0, 11.0, 6.0, 44.0, 7.0, 12.0, 5.0, 11.0, 7.0, 45.0, 4.0, 12.0, 5.0, 12.0, 9.0, 14.0, 3.0, 27.0, 3.0, 12.0, 5.0, 12.0, 11.0, 9.0, 7.0, 41.0, 5.0, 12.0, 12.0, 7.0, 9.0, 40.0, 5.0, 12.0, 28.0, 39.0, 5.0, 12.0, 30.0, 38.0, 5.0, 11.0, 32.0, 37.0, 5.0, 11.0, 33.0, 35.0, 5.0, 12.0, 34.0, 33.0, 6.0, 12.0, 35.0, 32.0, 6.0, 11.0, 37.0, 31.0, 6.0, 11.0, 39.0, 29.0, 5.0, 12.0, 40.0, 28.0, 5.0, 12.0, 42.0, 26.0, 4.0, 13.0, 44.0, 40.0, 46.0, 39.0, 47.0, 38.0, 49.0, 35.0, 57.0, 27.0, 60.0, 24.0, 62.0, 22.0, 65.0, 19.0, 68.0, 15.0, 71.0, 13.0, 77.0, 7.0, 14.0, 23.0, 57.0, 107.0, 124.0",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "mask",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 128,
"fields": {
"frame": 1,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "276.7080078125, 105.2724609375, 301.1245121430384, 121.5500400884066, 273.74809901563276, 137.08800429585244, 252.29091034820522, 122.28994314590454",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 129,
"fields": {
"frame": 1,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "393.6123046875, 109.7119140625, 417.28929217013683, 139.30771346834626, 432.08735332008655, 123.02984620340249, 461.68347561998416, 140.0476165258424",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 130,
"fields": {
"frame": 1,
"group": 0,
"job": 28,
"label": 67,
"occluded": false,
"outside": false,
"parent": null,
"points": "420.9888074576247, 33.50157624620988, 450.58492975752233, 62.357795488609554",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 131,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 68,
"occluded": false,
"outside": false,
"parent": null,
"points": "[]",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "skeleton",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 132,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 68,
"occluded": false,
"outside": false,
"parent": null,
"points": "[]",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "skeleton",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 133,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 69,
"occluded": true,
"outside": false,
"parent": 131,
"points": "694.826171875, 75.810546875",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 134,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 70,
"occluded": true,
"outside": false,
"parent": 131,
"points": "741.2801300238552, 102.21971169729295",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 135,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 71,
"occluded": false,
"outside": true,
"parent": 131,
"points": "695.9322103203158, 102.5765956792493",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 136,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 72,
"occluded": true,
"outside": false,
"parent": 131,
"points": "697.5912898439183, 126.84447272867328",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 137,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 69,
"occluded": false,
"outside": false,
"parent": 132,
"points": "582.2900390625, 68.61328125",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 138,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 70,
"occluded": false,
"outside": false,
"parent": 132,
"points": "614.3498129962172, 98.06965739794214",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 139,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 71,
"occluded": false,
"outside": false,
"parent": 132,
"points": "583.0533613698299, 98.46772030089414",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 140,
"fields": {
"frame": 0,
"group": 0,
"job": 28,
"label": 72,
"occluded": false,
"outside": true,
"parent": 132,
"points": "584.1983599142877, 125.53573700986453",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 141,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 68,
"occluded": false,
"outside": false,
"parent": null,
"points": "[]",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "skeleton",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 142,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 68,
"occluded": false,
"outside": false,
"parent": null,
"points": "[]",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "skeleton",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 143,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 69,
"occluded": false,
"outside": false,
"parent": 141,
"points": "616.3137942416288, 65.9970703125",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 144,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 70,
"occluded": false,
"outside": false,
"parent": 141,
"points": "616.9673812833025, 96.87642507954297",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 145,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 71,
"occluded": false,
"outside": false,
"parent": 141,
"points": "585.0322265625, 97.32024233915763",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 146,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 72,
"occluded": false,
"outside": true,
"parent": 141,
"points": "615.6438723666288, 128.1533203125",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 147,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 69,
"occluded": false,
"outside": true,
"parent": 142,
"points": "698.337805670104, 67.95976734549367",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 148,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 70,
"occluded": false,
"outside": false,
"parent": 142,
"points": "738.9471427604549, 102.15625",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 149,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 71,
"occluded": true,
"outside": false,
"parent": 142,
"points": "699.3046875, 102.618369002279",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 150,
"fields": {
"frame": 0,
"group": 0,
"job": 27,
"label": 72,
"occluded": false,
"outside": true,
"parent": 142,
"points": "700.7550293506938, 134.04215851499248",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 4
}
},
{
"model": "engine.labeledshape",
"pk": 151,
"fields": {
"frame": 0,
"group": 0,
"job": 29,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "44.898003339767456, 63.52153968811035, 426.46817803382874, 271.5955777168274",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 152,
"fields": {
"frame": 1,
"group": 0,
"job": 29,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "43.79357561469078, 28.97564932703972, 136.88880816102028, 164.59188774228096",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 153,
"fields": {
"frame": 2,
"group": 0,
"job": 29,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "108.50460643768383, 165.35334844589306, 795.2833482742317, 679.8631751060493",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 154,
"fields": {
"frame": 3,
"group": 0,
"job": 29,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "40.11789474487341, 128.13260302543677, 104.97083768844641, 182.6914280414585",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 155,
"fields": {
"frame": 4,
"group": 0,
"job": 29,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "19.106867015361786, 71.99510070085489, 200.8463572859764, 196.5581221222874",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 156,
"fields": {
"frame": 5,
"group": 0,
"job": 30,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "55.147965204716456, 27.993821200729144, 354.91261003613545, 129.34078386128022",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 157,
"fields": {
"frame": 6,
"group": 0,
"job": 30,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "55.67655109167208, 27.202181529999507, 314.5855129838001, 333.9054008126259",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 158,
"fields": {
"frame": 7,
"group": 0,
"job": 30,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "30.75535711050179, 51.1681019723419, 245.49246947169377, 374.42159963250197",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 159,
"fields": {
"frame": 8,
"group": 0,
"job": 30,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "78.72917294502258, 28.6186763048172, 456.07723474502563, 214.25403320789337",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 160,
"fields": {
"frame": 9,
"group": 0,
"job": 30,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "40.30229317843805, 20.90870136916601, 277.9420801371325, 141.0943407505747",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 161,
"fields": {
"frame": 10,
"group": 0,
"job": 31,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "37.5426108896736, 44.316280591488976, 109.0776273667816, 115.21824382543673",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 162,
"fields": {
"frame": 4,
"group": 0,
"job": 32,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "24.722413063049316, 37.791320228576296, 270.78543078899384, 610.5770170927044",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 163,
"fields": {
"frame": 5,
"group": 0,
"job": 32,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "87.86122530400826, 22.648517262936366, 277.2987968593843, 128.69934738874508",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 164,
"fields": {
"frame": 6,
"group": 0,
"job": 32,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "8.219268488885064, 76.40050053596497, 46.97136907577624, 76.9621251821518",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 165,
"fields": {
"frame": 7,
"group": 0,
"job": 32,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "40.372303777934576, 55.821463263035184, 232.15283377170636, 366.6659974813465",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 166,
"fields": {
"frame": 8,
"group": 0,
"job": 32,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "114.91701781749725, 49.88939428329468, 426.5192240476608, 201.82309412956238",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 167,
"fields": {
"frame": 9,
"group": 0,
"job": 32,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "69.46096818744991, 42.89721039235519, 143.9282634973515, 85.61091347932779",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 168,
"fields": {
"frame": 10,
"group": 0,
"job": 32,
"label": 73,
"occluded": false,
"outside": false,
"parent": null,
"points": "35.64345116019285, 190.86810638308634, 41.340930348635084, 213.02496989369502",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 169,
"fields": {
"frame": 0,
"group": 0,
"job": 38,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "19.650000000003274,13.100000000002183,31.850000000004002,18.900000000001455",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 170,
"fields": {
"frame": 1,
"group": 0,
"job": 38,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "18.650000000003274,10.500000000001819,28.650000000003274,15.200000000002547",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 171,
"fields": {
"frame": 1,
"group": 0,
"job": 38,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "18.850000000002183,19.50000000000182,27.05000000000291,24.900000000001455",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 172,
"fields": {
"frame": 5,
"group": 0,
"job": 38,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "26.25000000000182,16.50000000000182,40.95000000000255,23.900000000001455",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 173,
"fields": {
"frame": 8,
"group": 0,
"job": 39,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "14.650000000003274,10.000000000001819,25.750000000003638,17.30000000000109",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 174,
"fields": {
"frame": 8,
"group": 0,
"job": 39,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "30.350000000002183,18.700000000002547,43.05000000000291,26.400000000003274",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 175,
"fields": {
"frame": 9,
"group": 0,
"job": 39,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "9.200000000002547,34.35000000000218,21.900000000003274,38.55000000000291",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 176,
"fields": {
"frame": 9,
"group": 0,
"job": 39,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "40.900390625,29.0498046875,48.80000000000291,30.350000000002183,45.10000000000218,39.25000000000182,45.70000000000255,24.450000000002547",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 177,
"fields": {
"frame": 12,
"group": 0,
"job": 39,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "16.791015625,32.8505859375,27.858705213058784,37.01258996859542,21.633141273523506,39.77950727505595",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 178,
"fields": {
"frame": 16,
"group": 0,
"job": 40,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "29.0498046875,14.2998046875,30.350000000002183,22.00000000000182,20.650000000003274,21.600000000002183,20.650000000003274,11.30000000000291",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 179,
"fields": {
"frame": 17,
"group": 0,
"job": 40,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "51.2001953125,10.900390625,56.60000000000218,15.700000000002547,48.400000000003274,20.400000000003274",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 180,
"fields": {
"frame": 20,
"group": 0,
"job": 40,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "37.2998046875,7.7001953125,42.400000000003274,11.900000000003274,35.80000000000291,17.200000000002547,28.400000000003274,8.80000000000291,37.400000000003274,12.100000000002183",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 181,
"fields": {
"frame": 20,
"group": 0,
"job": 40,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "17.600000000002183,14.900000000003274,27.200000000002547,21.600000000004002",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 182,
"fields": {
"frame": 21,
"group": 0,
"job": 40,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "43.15465253950242,24.59525439814206,55.395253809205315,35.071444674014856",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 183,
"fields": {
"frame": 22,
"group": 0,
"job": 40,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "38.50000000000182,9.600000000002183,51.80000000000109,17.100000000002183",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 184,
"fields": {
"frame": 22,
"group": 0,
"job": 40,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "52.10000000000218,17.30000000000291,59.400000000001455,21.500000000003638",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 185,
"fields": {
"frame": 23,
"group": 0,
"job": 41,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "17.650000000003274,11.30000000000291,30.55000000000291,21.700000000002547",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 186,
"fields": {
"frame": 24,
"group": 0,
"job": 41,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "18.850000000002183,12.000000000001819,25.850000000002183,19.50000000000182",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 187,
"fields": {
"frame": 24,
"group": 0,
"job": 41,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "26.150000000003274,25.00000000000182,34.150000000003274,34.50000000000182",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 188,
"fields": {
"frame": 25,
"group": 0,
"job": 41,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "24.600000000002183,11.500000000001819,37.10000000000218,18.700000000002547",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 189,
"fields": {
"frame": 27,
"group": 0,
"job": 41,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "17.863216443472993,36.43614886308387,41.266725327279346,42.765472201610464",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 190,
"fields": {
"frame": 27,
"group": 0,
"job": 41,
"label": 77,
"occluded": false,
"outside": false,
"parent": null,
"points": "34.349609375,52.806640625,27.086274131672326,63.1830161588623,40.229131337355284,67.44868033965395,48.87574792004307,59.03264019917333,45.53238950807099,53.3835173651496",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 191,
"fields": {
"frame": 8,
"group": 0,
"job": 50,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "160.71132684643453,59.61108186333331,254.8470583598446,111.65360009838878",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 192,
"fields": {
"frame": 8,
"group": 0,
"job": 50,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "434.6998787309949,78.74436062622226,502.0490199763608,127.72555425921564",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 193,
"fields": {
"frame": 9,
"group": 0,
"job": 50,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "245.67336843180783,162.98163621791718,334.90269485918907,215.98915686784676",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 194,
"fields": {
"frame": 6,
"group": 0,
"job": 46,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "472.58377068151276,63.05507204065361,535.3409250237855,110.50560337261595",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 195,
"fields": {
"frame": 5,
"group": 0,
"job": 47,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "183.389531668141,181.09253910664302,247.88201512555497,226.14893165908325",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 196,
"fields": {
"frame": 5,
"group": 0,
"job": 47,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "344.1790109729245,311.8444233764694,391.8857795578606,376.3369068338834",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 197,
"fields": {
"frame": 5,
"group": 0,
"job": 49,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "169.25419282815892,210.24667546410456,239.0474283505664,239.4008118215661",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 198,
"fields": {
"frame": 5,
"group": 0,
"job": 49,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "336.22788287543517,361.3181093164021,398.9534489778507,424.9271340963169",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 201,
"fields": {
"frame": 0,
"group": 0,
"job": 52,
"label": 80,
"occluded": false,
"outside": false,
"parent": null,
"points": "300.6455078125,100.701171875,400.5,200.10000000000036",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 202,
"fields": {
"frame": 0,
"group": 0,
"job": 53,
"label": 80,
"occluded": false,
"outside": false,
"parent": null,
"points": "300.76953125,101.1005859375,400.40000000000146,168.20000000000073",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 203,
"fields": {
"frame": 0,
"group": 0,
"job": 53,
"label": 80,
"occluded": false,
"outside": false,
"parent": null,
"points": "500.689453125,101.70703125,599.7000000000007,136.70000000000073",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 204,
"fields": {
"frame": 0,
"group": 0,
"job": 45,
"label": 79,
"occluded": false,
"outside": false,
"parent": null,
"points": "96.42351020313072,99.40830169014043,145.4047038361241,134.61353461385443",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 205,
"fields": {
"frame": 0,
"group": 0,
"job": 45,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "189.7939453125,99.408203125,224.23381233922373,98.64297053962582,208.16185817839687,130.0215477107613",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 206,
"fields": {
"frame": 0,
"group": 0,
"job": 45,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "263.265625,116.2451171875,291.58295358458963,103.23495744271895,310.7162323474786,128.49088540973025,339.7988160670684,107.06161319529565",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 207,
"fields": {
"frame": 0,
"group": 0,
"job": 45,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "277.0419921875,68.029296875,290.817622434075,38.94714079941332,307.6549077454165,68.02972451900314,322.1961996052123,40.47780310044436",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 208,
"fields": {
"frame": 0,
"group": 0,
"job": 45,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "399.884765625,117.7861328125,420.931640625,97.1220703125",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "ellipse",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 209,
"fields": {
"frame": 0,
"group": 0,
"job": 45,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "502.049255907923,93.39047190463862,502.049255907923,137.6748346606255,545.6731314873086,93.29541089258055,545.6731314873086,137.6748346606455,571.4791182468543,81.07113365704572,571.4791182468543,124.59332935967359,528.6418953937628,81.1900421050359,528.6418953937628,124.62080992126721",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "cuboid",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 210,
"fields": {
"frame": 0,
"group": 0,
"job": 45,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "127,2,151,9,143,17,136,24,129,31,122,38,115,46,56,4,49,51,53,7,48,52,51,10,47,52,48,14,46,52,46,17,45,52,43,21,44,52,41,24,43,52,38,27,43,52,36,30,42,52,33,34,42,51,31,37,41,51,28,41,40,52,25,43,40,52,23,46,39,52,20,50,38,52,18,53,37,52,15,57,36,52,13,60,35,52,10,63,35,52,8,66,34,52,5,70,34,51,3,73,33,51,1,76,32,48,2,79,31,46,4,79,31,44,5,81,30,41,8,82,29,39,9,84,28,37,10,86,27,34,13,87,26,32,14,88,26,30,16,51,1,34,29,26,18,50,3,33,30,24,19,49,4,32,32,22,21,47,6,30,34,19,23,46,7,30,35,17,25,44,9,28,37,15,26,43,10,27,39,12,28,42,12,26,40,10,30,41,12,25,42,8,31,40,14,24,43,5,34,38,15,23,46,2,35,37,17,21,84,36,18,21,85,34,20,19,141,18,141,17,143,15,144,15,145,13,146,12,148,11,148,10,150,9,150,8,152,6,153,6,154,4,155,4,156,2,157,1,87,375,13,533,80",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "mask",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 211,
"fields": {
"frame": 0,
"group": 0,
"job": 44,
"label": 79,
"occluded": false,
"outside": false,
"parent": null,
"points": "96.42351020313072,99.40830169014043,145.4047038361241,134.61353461385443",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 212,
"fields": {
"frame": 0,
"group": 0,
"job": 44,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "189.7939453125,99.408203125,219.60000000000036,108.60000000000036,208.16185817839687,130.0215477107613",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 213,
"fields": {
"frame": 0,
"group": 0,
"job": 44,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "267.90000000000146,123.90000000000146,291.58295358458963,103.23495744271895,310.7162323474786,128.49088540973025,323,103.20000000000073",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 214,
"fields": {
"frame": 0,
"group": 0,
"job": 44,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "277.0419921875,68.029296875,290.817622434075,38.94714079941332,322.1961996052123,40.47780310044436",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 215,
"fields": {
"frame": 0,
"group": 0,
"job": 44,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "412.1189453125007,126.21103515624964,445.40000000000146,96.72207031249854",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "ellipse",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 216,
"fields": {
"frame": 0,
"group": 0,
"job": 44,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "502.049255907923,93.39047190463316,502.049255907923,152.18125991462875,559.4494986748086,93.26539073985441,559.4494986748086,152.22223330696215,585.0063249908471,81.0335845571608,585.0063249908471,138.85086779521043,528.6418953937846,81.19004210502862,528.6418953937846,138.84761929236265",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "cuboid",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 217,
"fields": {
"frame": 0,
"group": 0,
"job": 44,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "127,2,151,9,143,17,136,24,129,31,122,38,115,46,56,4,49,51,53,7,48,52,51,10,47,52,48,14,46,52,46,17,45,52,43,21,44,52,41,24,43,52,38,27,43,52,36,30,42,52,33,34,42,51,31,37,41,51,28,41,40,52,25,43,40,52,23,46,39,52,20,50,38,52,18,53,37,52,15,57,36,52,13,60,35,52,10,63,35,52,8,66,34,52,5,70,34,51,3,73,33,51,1,76,32,48,2,79,31,46,4,79,31,44,5,81,30,41,8,82,29,39,9,84,28,37,10,86,27,34,13,87,26,32,14,88,26,30,16,51,1,34,29,26,18,50,3,33,30,24,19,49,4,32,32,22,21,47,6,30,34,19,23,46,7,30,35,17,25,44,9,28,37,15,26,43,10,27,39,12,28,42,12,26,40,10,30,41,12,25,42,8,31,40,14,24,43,5,34,38,15,23,46,2,35,37,17,21,84,36,18,21,85,34,20,19,141,18,141,17,143,15,144,15,145,13,146,12,148,11,148,10,150,9,150,8,152,6,153,6,154,4,155,4,156,2,157,1,87,375,13,533,80",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "mask",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 218,
"fields": {
"frame": 0,
"group": 0,
"job": 43,
"label": 79,
"occluded": false,
"outside": false,
"parent": null,
"points": "96.423828125,78.70000000000073,145.40502175799338,134.6134376525879",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 219,
"fields": {
"frame": 0,
"group": 0,
"job": 43,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "189,113.20000000000073,224.23381233922373,98.64297053962582,208.16185817839687,130.0215477107613",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 220,
"fields": {
"frame": 0,
"group": 0,
"job": 43,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "271.7000000000007,119.30000000000109,304.60000000000036,104,310.7162323474786,128.49088540973025,339.7988160670684,107.06161319529565",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 221,
"fields": {
"frame": 0,
"group": 0,
"job": 43,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "277.0419921875,68.029296875,290.817622434075,38.94714079941332,307.6549077454165,68.02972451900314",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 222,
"fields": {
"frame": 0,
"group": 0,
"job": 43,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "399.884765625,108.27509765625109,420.931640625,78.45000000000073",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "ellipse",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 223,
"fields": {
"frame": 0,
"group": 0,
"job": 43,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "502.049255907923,101.79330723501334,502.049255907923,137.6748346606273,537.2541861748086,101.73114849558442,537.2541861748086,137.6748346606455,563.2122646078951,89.3489492958688,563.2122646078951,124.59863263951047,528.6418953937591,89.43091015684695,528.6418953937591,124.6208099212563",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "cuboid",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 224,
"fields": {
"frame": 0,
"group": 0,
"job": 43,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "127,2,151,9,143,17,136,24,129,31,122,38,115,46,56,4,49,51,53,7,48,52,51,10,47,52,48,14,46,52,46,17,45,52,43,21,44,52,41,24,43,52,38,27,43,52,36,30,42,52,33,34,42,51,31,37,41,51,28,41,40,52,25,43,40,52,23,46,39,52,20,50,38,52,18,53,37,52,15,57,36,52,13,60,35,52,10,63,35,52,8,66,34,52,5,70,34,51,3,73,33,51,1,76,32,48,2,79,31,46,4,79,31,44,5,81,30,41,8,82,29,39,9,84,28,37,10,86,27,34,13,87,26,32,14,88,26,30,16,51,1,34,29,26,18,50,3,33,30,24,19,49,4,32,32,22,21,47,6,30,34,19,23,46,7,30,35,17,25,44,9,28,37,15,26,43,10,27,39,12,28,42,12,26,40,10,30,41,12,25,42,8,31,40,14,24,43,5,34,38,15,23,46,2,35,37,17,21,84,36,18,21,85,34,20,19,141,18,141,17,143,15,144,15,145,13,146,12,148,11,148,10,150,9,150,8,152,6,153,6,154,4,155,4,156,2,157,1,87,375,13,533,80",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "mask",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 225,
"fields": {
"frame": 0,
"group": 0,
"job": 45,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "179.44667968750036,160.21328125000036,229.94667968750036,141.9132812500011,212.37865505339687,167.1504539607613",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 226,
"fields": {
"frame": 0,
"group": 0,
"job": 45,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "288.52924264708963,139.59823869271895,307.6625214099786,164.85416665973025,336.7451051295684,143.42489444529565",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 227,
"fields": {
"frame": 0,
"group": 0,
"job": 45,
"label": 79,
"occluded": false,
"outside": false,
"parent": null,
"points": "216.205078125,45.8447265625,246.8179936829165,45.84515420650314,261.3592855427123,18.293232787944362",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 228,
"fields": {
"frame": 0,
"group": 0,
"job": 45,
"label": 79,
"occluded": false,
"outside": false,
"parent": null,
"points": "127,3,151,10,143,18,136,25,129,32,122,39,115,47,109,52,108,53,107,54,107,54,107,54,107,54,107,54,38,1,68,54,36,3,68,54,33,5,69,54,31,6,71,53,28,9,71,54,25,10,72,54,23,11,73,54,20,14,35,2,36,54,18,15,34,5,35,54,15,17,34,7,34,54,13,19,32,10,33,54,10,21,32,11,33,54,8,22,31,14,32,54,5,25,29,17,31,54,3,26,29,19,31,53,1,27,28,22,30,81,26,25,29,49,2,29,26,26,29,47,4,29,24,29,28,45,5,29,24,31,27,42,8,28,24,33,26,40,9,29,23,35,25,38,10,29,23,37,24,35,13,28,23,38,24,33,14,29,22,38,25,31,16,28,23,36,28,27,18,28,25,34,29,25,19,29,24,33,31,23,21,28,25,31,33,20,23,28,25,31,34,18,25,28,25,29,36,16,26,28,25,28,38,13,28,28,26,27,39,11,30,28,25,26,41,9,31,28,26,25,42,6,34,27,26,24,45,3,35,28,26,22,84,28,26,22,85,28,26,20,141,19,141,18,143,16,144,16,145,14,146,13,148,12,148,11,150,10,150,9,152,7,153,7,154,5,155,5,156,3,157,2,87,616,13,775,81",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "mask",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 240,
"fields": {
"frame": 0,
"group": 0,
"job": 42,
"label": 79,
"occluded": false,
"outside": false,
"parent": null,
"points": "96.42,78.7,145.41,134.61",
"rotation": 0.0,
"score": 1.0,
"source": "consensus",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 241,
"fields": {
"frame": 0,
"group": 0,
"job": 42,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "189.79,99.41,224.23,98.64,208.16,130.02",
"rotation": 0.0,
"score": 1.0,
"source": "consensus",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 242,
"fields": {
"frame": 0,
"group": 0,
"job": 42,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "179.45,160.21,229.95,141.91,212.38,167.15",
"rotation": 0.0,
"score": 1.0,
"source": "consensus",
"type": "polygon",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 243,
"fields": {
"frame": 0,
"group": 0,
"job": 42,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "271.7,119.3,304.6,104.0,310.72,128.49,339.8,107.06",
"rotation": 0.0,
"score": 1.0,
"source": "consensus",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 244,
"fields": {
"frame": 0,
"group": 0,
"job": 42,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "288.53,139.6,307.66,164.85,336.75,143.42",
"rotation": 0.0,
"score": 1.0,
"source": "consensus",
"type": "polyline",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 245,
"fields": {
"frame": 0,
"group": 0,
"job": 42,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "277.04,68.03,290.82,38.95,307.65,68.03,322.2,40.48",
"rotation": 0.0,
"score": 1.0,
"source": "consensus",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 246,
"fields": {
"frame": 0,
"group": 0,
"job": 42,
"label": 79,
"occluded": false,
"outside": false,
"parent": null,
"points": "216.21,45.84,246.82,45.85,261.36,18.29",
"rotation": 0.0,
"score": 1.0,
"source": "consensus",
"type": "points",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 247,
"fields": {
"frame": 0,
"group": 0,
"job": 42,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "399.885,108.275,420.93,78.45",
"rotation": 0.0,
"score": 1.0,
"source": "consensus",
"type": "ellipse",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 248,
"fields": {
"frame": 0,
"group": 0,
"job": 42,
"label": 78,
"occluded": false,
"outside": false,
"parent": null,
"points": "127,2,151,9,143,17,136,24,129,31,122,38,115,46,56,4,49,51,53,7,48,52,51,10,47,52,48,14,46,52,46,17,45,52,43,21,44,52,41,24,43,52,38,27,43,52,36,30,42,52,33,34,42,51,31,37,41,51,28,41,40,52,25,43,40,52,23,46,39,52,20,50,38,52,18,53,37,52,15,57,36,52,13,60,35,52,10,63,35,52,8,66,34,52,5,70,34,51,3,73,33,51,1,76,32,48,2,79,31,46,4,79,31,44,5,81,30,41,8,82,29,39,9,84,28,37,10,86,27,34,13,87,26,32,14,88,26,30,16,51,1,34,29,26,18,50,3,33,30,24,19,49,4,32,32,22,21,47,6,30,34,19,23,46,7,30,35,17,25,44,9,28,37,15,26,43,10,27,39,12,28,42,12,26,40,10,30,41,12,25,42,8,31,40,14,24,43,5,34,38,15,23,46,2,35,37,17,21,84,36,18,21,85,34,20,19,141,18,141,17,143,15,144,15,145,13,146,12,148,11,148,10,150,9,150,8,152,6,153,6,154,4,155,4,156,2,157,1,87,375,13,533,80",
"rotation": 0.0,
"score": 1.0,
"source": "consensus",
"type": "mask",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 249,
"fields": {
"frame": 0,
"group": 0,
"job": 42,
"label": 79,
"occluded": false,
"outside": false,
"parent": null,
"points": "127,3,151,10,143,18,136,25,129,32,122,39,115,47,109,52,108,53,107,54,107,54,107,54,107,54,107,54,38,1,68,54,36,3,68,54,33,5,69,54,31,6,71,53,28,9,71,54,25,10,72,54,23,11,73,54,20,14,35,2,36,54,18,15,34,5,35,54,15,17,34,7,34,54,13,19,32,10,33,54,10,21,32,11,33,54,8,22,31,14,32,54,5,25,29,17,31,54,3,26,29,19,31,53,1,27,28,22,30,81,26,25,29,49,2,29,26,26,29,47,4,29,24,29,28,45,5,29,24,31,27,42,8,28,24,33,26,40,9,29,23,35,25,38,10,29,23,37,24,35,13,28,23,38,24,33,14,29,22,38,25,31,16,28,23,36,28,27,18,28,25,34,29,25,19,29,24,33,31,23,21,28,25,31,33,20,23,28,25,31,34,18,25,28,25,29,36,16,26,28,25,28,38,13,28,28,26,27,39,11,30,28,25,26,41,9,31,28,26,25,42,6,34,27,26,24,45,3,35,28,26,22,84,28,26,22,85,28,26,20,141,19,141,18,143,16,144,16,145,14,146,13,148,12,148,11,150,10,150,9,152,7,153,7,154,5,155,5,156,3,157,2,87,616,13,775,81",
"rotation": 0.0,
"score": 1.0,
"source": "consensus",
"type": "mask",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 250,
"fields": {
"frame": 2,
"group": 0,
"job": 54,
"label": 81,
"occluded": false,
"outside": false,
"parent": null,
"points": "76.04824766629827,45.000626824174105,121.52444077094151,84.28634338054144",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 251,
"fields": {
"frame": 3,
"group": 0,
"job": 54,
"label": 81,
"occluded": false,
"outside": false,
"parent": null,
"points": "94.8566120606265,47.85101029703401,124.65913276641004,80.07650016588923",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 252,
"fields": {
"frame": 1,
"group": 0,
"job": 55,
"label": 81,
"occluded": false,
"outside": false,
"parent": null,
"points": "57.55191292719792,91.01746029323476,93.51269847403637,113.40121456218549",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 253,
"fields": {
"frame": 1,
"group": 0,
"job": 55,
"label": 81,
"occluded": false,
"outside": false,
"parent": null,
"points": "117.7311866994587,44.78216459015675,154.0589190375922,83.67852446735014",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 254,
"fields": {
"frame": 1,
"group": 0,
"job": 55,
"label": 81,
"occluded": false,
"outside": false,
"parent": null,
"points": "118.46508028204698,92.85219424970637,155.15975941147371,114.86900172736205",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 255,
"fields": {
"frame": 3,
"group": 0,
"job": 55,
"label": 81,
"occluded": false,
"outside": false,
"parent": null,
"points": "98.24876888892686,49.789385627491356,122.23616360333835,77.89582791912471",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 256,
"fields": {
"frame": 2,
"group": 0,
"job": 56,
"label": 81,
"occluded": false,
"outside": false,
"parent": null,
"points": "67.14615968245562,48.403442455484765,110.06492751035148,81.73397491757532",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 257,
"fields": {
"frame": 5,
"group": 0,
"job": 57,
"label": 81,
"occluded": false,
"outside": false,
"parent": null,
"points": "64.064226886303,46.34882059138363,112.69027767003718,81.73397491757532",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 258,
"fields": {
"frame": 5,
"group": 0,
"job": 57,
"label": 81,
"occluded": false,
"outside": false,
"parent": null,
"points": "20.004002467239843,84.47347073637684,43.74629956352328,103.64994146798927",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 259,
"fields": {
"frame": 7,
"group": 0,
"job": 57,
"label": 81,
"occluded": false,
"outside": false,
"parent": null,
"points": "76.21506661595231,47.68005129647099,124.058206073767,81.51198562735408",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 260,
"fields": {
"frame": 8,
"group": 0,
"job": 58,
"label": 81,
"occluded": false,
"outside": false,
"parent": null,
"points": "33.41885724702297,41.82305888866176,72.56171420808096,84.03594384666576",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 261,
"fields": {
"frame": 8,
"group": 0,
"job": 58,
"label": 81,
"occluded": false,
"outside": false,
"parent": null,
"points": "97.69756843307368,42.974319387516516,145.4748791355414,84.03594384666576",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 262,
"fields": {
"frame": 9,
"group": 0,
"job": 58,
"label": 81,
"occluded": false,
"outside": false,
"parent": null,
"points": "68.74419891008984,45.20736400021633,113.71758860208683,83.33201414520954",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 266,
"fields": {
"frame": 0,
"group": 0,
"job": 52,
"label": 80,
"occluded": false,
"outside": false,
"parent": null,
"points": "500.57275390625,101.80351562500073,600.42724609375,201.2023437500011",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 268,
"fields": {
"frame": 2,
"group": 0,
"job": 53,
"label": 80,
"occluded": false,
"outside": false,
"parent": null,
"points": "100.49996298562837,0,201.0332959775842,103.53329630866392",
"rotation": 0.0,
"score": 1.0,
"source": "manual",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshape",
"pk": 270,
"fields": {
"frame": 0,
"group": 0,
"job": 51,
"label": 80,
"occluded": false,
"outside": false,
"parent": null,
"points": "300.65,100.7,400.5,200.1",
"rotation": 0.0,
"score": 1.0,
"source": "consensus",
"type": "rectangle",
"z_order": 0
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 1,
"fields": {
"job": 18,
"shape": 36,
"spec": 2,
"value": "white"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 2,
"fields": {
"job": 18,
"shape": 39,
"spec": 3,
"value": "val1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 3,
"fields": {
"job": 14,
"shape": 42,
"spec": 1,
"value": "mazda"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 4,
"fields": {
"job": 23,
"shape": 54,
"spec": 7,
"value": "non-default"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 5,
"fields": {
"job": 23,
"shape": 55,
"spec": 8,
"value": "black"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 6,
"fields": {
"job": 24,
"shape": 56,
"spec": 9,
"value": "non-default"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 7,
"fields": {
"job": 24,
"shape": 57,
"spec": 10,
"value": "black"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 8,
"fields": {
"job": 27,
"shape": 64,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 9,
"fields": {
"job": 27,
"shape": 64,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 10,
"fields": {
"job": 27,
"shape": 65,
"spec": 13,
"value": "yz"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 11,
"fields": {
"job": 27,
"shape": 65,
"spec": 14,
"value": "2"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 12,
"fields": {
"job": 27,
"shape": 66,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 13,
"fields": {
"job": 27,
"shape": 66,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 14,
"fields": {
"job": 27,
"shape": 67,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 15,
"fields": {
"job": 27,
"shape": 67,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 16,
"fields": {
"job": 27,
"shape": 68,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 17,
"fields": {
"job": 27,
"shape": 68,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 18,
"fields": {
"job": 27,
"shape": 69,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 19,
"fields": {
"job": 27,
"shape": 69,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 20,
"fields": {
"job": 27,
"shape": 71,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 21,
"fields": {
"job": 27,
"shape": 71,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 22,
"fields": {
"job": 27,
"shape": 72,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 23,
"fields": {
"job": 27,
"shape": 72,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 24,
"fields": {
"job": 27,
"shape": 75,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 25,
"fields": {
"job": 27,
"shape": 75,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 26,
"fields": {
"job": 27,
"shape": 76,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 27,
"fields": {
"job": 27,
"shape": 76,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 28,
"fields": {
"job": 27,
"shape": 77,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 29,
"fields": {
"job": 27,
"shape": 77,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 30,
"fields": {
"job": 27,
"shape": 78,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 31,
"fields": {
"job": 27,
"shape": 78,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 32,
"fields": {
"job": 27,
"shape": 79,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 33,
"fields": {
"job": 27,
"shape": 79,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 34,
"fields": {
"job": 27,
"shape": 80,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 35,
"fields": {
"job": 27,
"shape": 80,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 36,
"fields": {
"job": 27,
"shape": 81,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 37,
"fields": {
"job": 27,
"shape": 81,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 38,
"fields": {
"job": 27,
"shape": 82,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 39,
"fields": {
"job": 27,
"shape": 82,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 40,
"fields": {
"job": 27,
"shape": 83,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 41,
"fields": {
"job": 27,
"shape": 83,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 42,
"fields": {
"job": 27,
"shape": 84,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 43,
"fields": {
"job": 27,
"shape": 84,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 44,
"fields": {
"job": 27,
"shape": 85,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 45,
"fields": {
"job": 27,
"shape": 85,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 46,
"fields": {
"job": 27,
"shape": 86,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 47,
"fields": {
"job": 27,
"shape": 86,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 48,
"fields": {
"job": 27,
"shape": 87,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 49,
"fields": {
"job": 27,
"shape": 87,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 50,
"fields": {
"job": 27,
"shape": 88,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 51,
"fields": {
"job": 27,
"shape": 88,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 52,
"fields": {
"job": 27,
"shape": 90,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 53,
"fields": {
"job": 27,
"shape": 90,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 54,
"fields": {
"job": 27,
"shape": 91,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 55,
"fields": {
"job": 27,
"shape": 91,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 56,
"fields": {
"job": 27,
"shape": 93,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 57,
"fields": {
"job": 27,
"shape": 93,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 58,
"fields": {
"job": 27,
"shape": 94,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 59,
"fields": {
"job": 27,
"shape": 94,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 60,
"fields": {
"job": 27,
"shape": 95,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 61,
"fields": {
"job": 27,
"shape": 95,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 62,
"fields": {
"job": 27,
"shape": 96,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 63,
"fields": {
"job": 27,
"shape": 96,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 64,
"fields": {
"job": 28,
"shape": 98,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 65,
"fields": {
"job": 28,
"shape": 98,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 66,
"fields": {
"job": 28,
"shape": 99,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 67,
"fields": {
"job": 28,
"shape": 99,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 68,
"fields": {
"job": 28,
"shape": 100,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 69,
"fields": {
"job": 28,
"shape": 100,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 70,
"fields": {
"job": 28,
"shape": 101,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 71,
"fields": {
"job": 28,
"shape": 101,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 72,
"fields": {
"job": 28,
"shape": 102,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 73,
"fields": {
"job": 28,
"shape": 102,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 74,
"fields": {
"job": 28,
"shape": 103,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 75,
"fields": {
"job": 28,
"shape": 103,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 76,
"fields": {
"job": 28,
"shape": 104,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 77,
"fields": {
"job": 28,
"shape": 104,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 78,
"fields": {
"job": 28,
"shape": 105,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 79,
"fields": {
"job": 28,
"shape": 105,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 80,
"fields": {
"job": 28,
"shape": 106,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 81,
"fields": {
"job": 28,
"shape": 106,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 82,
"fields": {
"job": 28,
"shape": 107,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 83,
"fields": {
"job": 28,
"shape": 107,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 84,
"fields": {
"job": 28,
"shape": 108,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 85,
"fields": {
"job": 28,
"shape": 108,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 86,
"fields": {
"job": 28,
"shape": 109,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 87,
"fields": {
"job": 28,
"shape": 109,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 88,
"fields": {
"job": 28,
"shape": 110,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 89,
"fields": {
"job": 28,
"shape": 110,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 90,
"fields": {
"job": 28,
"shape": 111,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 91,
"fields": {
"job": 28,
"shape": 111,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 92,
"fields": {
"job": 28,
"shape": 112,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 93,
"fields": {
"job": 28,
"shape": 112,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 94,
"fields": {
"job": 28,
"shape": 113,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 95,
"fields": {
"job": 28,
"shape": 113,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 96,
"fields": {
"job": 28,
"shape": 114,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 97,
"fields": {
"job": 28,
"shape": 114,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 98,
"fields": {
"job": 28,
"shape": 115,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 99,
"fields": {
"job": 28,
"shape": 115,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 100,
"fields": {
"job": 28,
"shape": 116,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 101,
"fields": {
"job": 28,
"shape": 116,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 102,
"fields": {
"job": 28,
"shape": 117,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 103,
"fields": {
"job": 28,
"shape": 117,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 104,
"fields": {
"job": 28,
"shape": 118,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 105,
"fields": {
"job": 28,
"shape": 118,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 106,
"fields": {
"job": 28,
"shape": 119,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 107,
"fields": {
"job": 28,
"shape": 119,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 108,
"fields": {
"job": 28,
"shape": 120,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 109,
"fields": {
"job": 28,
"shape": 120,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 110,
"fields": {
"job": 28,
"shape": 121,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 111,
"fields": {
"job": 28,
"shape": 121,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 112,
"fields": {
"job": 28,
"shape": 123,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 113,
"fields": {
"job": 28,
"shape": 123,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 114,
"fields": {
"job": 28,
"shape": 124,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 115,
"fields": {
"job": 28,
"shape": 124,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 116,
"fields": {
"job": 28,
"shape": 125,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 117,
"fields": {
"job": 28,
"shape": 125,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 118,
"fields": {
"job": 28,
"shape": 126,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 119,
"fields": {
"job": 28,
"shape": 126,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 120,
"fields": {
"job": 28,
"shape": 127,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 121,
"fields": {
"job": 28,
"shape": 127,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 122,
"fields": {
"job": 28,
"shape": 128,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 123,
"fields": {
"job": 28,
"shape": 128,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 124,
"fields": {
"job": 28,
"shape": 129,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 125,
"fields": {
"job": 28,
"shape": 129,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 126,
"fields": {
"job": 28,
"shape": 130,
"spec": 13,
"value": "yy"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 127,
"fields": {
"job": 28,
"shape": 130,
"spec": 14,
"value": "1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 128,
"fields": {
"job": 38,
"shape": 169,
"spec": 15,
"value": "j1 frame1 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 129,
"fields": {
"job": 38,
"shape": 170,
"spec": 15,
"value": "j1 frame2 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 130,
"fields": {
"job": 38,
"shape": 171,
"spec": 15,
"value": "j1 frame2 n2"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 131,
"fields": {
"job": 38,
"shape": 172,
"spec": 15,
"value": "j1 frame6 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 132,
"fields": {
"job": 39,
"shape": 173,
"spec": 15,
"value": "j2 frame1 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 133,
"fields": {
"job": 39,
"shape": 174,
"spec": 15,
"value": "j2 frame1 n2"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 134,
"fields": {
"job": 39,
"shape": 175,
"spec": 15,
"value": "j2 frame2 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 135,
"fields": {
"job": 39,
"shape": 176,
"spec": 15,
"value": "j2 frame2 n2"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 136,
"fields": {
"job": 39,
"shape": 177,
"spec": 15,
"value": "j2 frame5 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 137,
"fields": {
"job": 40,
"shape": 178,
"spec": 15,
"value": "j3 frame1 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 138,
"fields": {
"job": 40,
"shape": 179,
"spec": 15,
"value": "j3 frame2 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 139,
"fields": {
"job": 40,
"shape": 180,
"spec": 15,
"value": "j3 frame5 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 140,
"fields": {
"job": 40,
"shape": 181,
"spec": 15,
"value": "j3 frame5 n2"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 141,
"fields": {
"job": 40,
"shape": 182,
"spec": 15,
"value": "j3 frame6 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 142,
"fields": {
"job": 40,
"shape": 183,
"spec": 15,
"value": "j3 frame7 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 143,
"fields": {
"job": 40,
"shape": 184,
"spec": 15,
"value": "j3 frame7 n2"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 144,
"fields": {
"job": 41,
"shape": 185,
"spec": 15,
"value": "gt frame1 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 145,
"fields": {
"job": 41,
"shape": 186,
"spec": 15,
"value": "gt frame2 n2"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 147,
"fields": {
"job": 41,
"shape": 188,
"spec": 15,
"value": "gt frame3 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 148,
"fields": {
"job": 41,
"shape": 189,
"spec": 15,
"value": "gt frame5 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 149,
"fields": {
"job": 41,
"shape": 190,
"spec": 15,
"value": "gt frame5 n2"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 150,
"fields": {
"job": 41,
"shape": 187,
"spec": 15,
"value": "gt frame2 n1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 151,
"fields": {
"job": 50,
"shape": 191,
"spec": 16,
"value": "gt job frame 1 (32) ann 1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 152,
"fields": {
"job": 50,
"shape": 192,
"spec": 16,
"value": "gt job frame 1 (32) ann 2"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 153,
"fields": {
"job": 50,
"shape": 193,
"spec": 16,
"value": "gt job frame 2 (35) ann 1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 155,
"fields": {
"job": 47,
"shape": 195,
"spec": 16,
"value": "j2 r1 frame 1 (35) ann 1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 156,
"fields": {
"job": 47,
"shape": 196,
"spec": 16,
"value": "j2 r1 frame 1 (35) ann 2"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 157,
"fields": {
"job": 46,
"shape": 194,
"spec": 16,
"value": "j2 frame 2 (32) ann 1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 158,
"fields": {
"job": 49,
"shape": 197,
"spec": 16,
"value": "j2 r3 frame 1 (35) ann 1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 159,
"fields": {
"job": 49,
"shape": 198,
"spec": 16,
"value": "j2 r3 frame 1 (35) ann 2"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 165,
"fields": {
"job": 45,
"shape": 204,
"spec": 17,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 166,
"fields": {
"job": 45,
"shape": 205,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 167,
"fields": {
"job": 45,
"shape": 206,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 168,
"fields": {
"job": 45,
"shape": 207,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 169,
"fields": {
"job": 45,
"shape": 208,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 170,
"fields": {
"job": 45,
"shape": 209,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 171,
"fields": {
"job": 45,
"shape": 210,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 172,
"fields": {
"job": 44,
"shape": 211,
"spec": 17,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 178,
"fields": {
"job": 44,
"shape": 217,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 185,
"fields": {
"job": 43,
"shape": 224,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 186,
"fields": {
"job": 44,
"shape": 212,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 187,
"fields": {
"job": 44,
"shape": 213,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 188,
"fields": {
"job": 44,
"shape": 214,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 189,
"fields": {
"job": 44,
"shape": 215,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 190,
"fields": {
"job": 44,
"shape": 216,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 191,
"fields": {
"job": 43,
"shape": 218,
"spec": 17,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 192,
"fields": {
"job": 43,
"shape": 219,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 193,
"fields": {
"job": 43,
"shape": 220,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 194,
"fields": {
"job": 43,
"shape": 221,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 195,
"fields": {
"job": 43,
"shape": 222,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 196,
"fields": {
"job": 43,
"shape": 223,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 197,
"fields": {
"job": 45,
"shape": 225,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 198,
"fields": {
"job": 45,
"shape": 226,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 199,
"fields": {
"job": 45,
"shape": 227,
"spec": 17,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 200,
"fields": {
"job": 45,
"shape": 228,
"spec": 17,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 212,
"fields": {
"job": 42,
"shape": 240,
"spec": 17,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 213,
"fields": {
"job": 42,
"shape": 241,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 214,
"fields": {
"job": 42,
"shape": 242,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 215,
"fields": {
"job": 42,
"shape": 243,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 216,
"fields": {
"job": 42,
"shape": 244,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 217,
"fields": {
"job": 42,
"shape": 245,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 218,
"fields": {
"job": 42,
"shape": 246,
"spec": 17,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 219,
"fields": {
"job": 42,
"shape": 247,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 220,
"fields": {
"job": 42,
"shape": 248,
"spec": 16,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 221,
"fields": {
"job": 42,
"shape": 249,
"spec": 17,
"value": ""
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 225,
"fields": {
"job": 52,
"shape": 201,
"spec": 18,
"value": "j2 f1 (30) a1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 226,
"fields": {
"job": 53,
"shape": 202,
"spec": 18,
"value": "j1 f1 (30) a1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 227,
"fields": {
"job": 53,
"shape": 203,
"spec": 18,
"value": "j2 f1 (30) a2"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 228,
"fields": {
"job": 52,
"shape": 266,
"spec": 18,
"value": "j2 f1 (30) a2"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 231,
"fields": {
"job": 53,
"shape": 268,
"spec": 18,
"value": "j1 f3 (32) a1"
}
},
{
"model": "engine.labeledshapeattributeval",
"pk": 233,
"fields": {
"job": 51,
"shape": 270,
"spec": 18,
"value": "j2 f1 (30) a1"
}
},
{
"model": "engine.labeledtrack",
"pk": 1,
"fields": {
"frame": 0,
"group": 0,
"job": 18,
"label": 22,
"parent": null,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 2,
"fields": {
"frame": 0,
"group": 0,
"job": 18,
"label": 23,
"parent": 1,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 3,
"fields": {
"frame": 0,
"group": 0,
"job": 18,
"label": 24,
"parent": 1,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 4,
"fields": {
"frame": 0,
"group": 0,
"job": 18,
"label": 25,
"parent": 1,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 5,
"fields": {
"frame": 0,
"group": 0,
"job": 18,
"label": 26,
"parent": 1,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 6,
"fields": {
"frame": 0,
"group": 0,
"job": 25,
"label": 58,
"parent": null,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 7,
"fields": {
"frame": 0,
"group": 0,
"job": 25,
"label": 59,
"parent": 6,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 8,
"fields": {
"frame": 0,
"group": 0,
"job": 25,
"label": 60,
"parent": 6,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 9,
"fields": {
"frame": 0,
"group": 0,
"job": 25,
"label": 61,
"parent": 6,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 10,
"fields": {
"frame": 0,
"group": 0,
"job": 25,
"label": 62,
"parent": 6,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 11,
"fields": {
"frame": 6,
"group": 0,
"job": 26,
"label": 58,
"parent": null,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 12,
"fields": {
"frame": 6,
"group": 0,
"job": 26,
"label": 59,
"parent": 11,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 13,
"fields": {
"frame": 6,
"group": 0,
"job": 26,
"label": 60,
"parent": 11,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 14,
"fields": {
"frame": 6,
"group": 0,
"job": 26,
"label": 61,
"parent": 11,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 15,
"fields": {
"frame": 6,
"group": 0,
"job": 26,
"label": 62,
"parent": 11,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 17,
"fields": {
"frame": 0,
"group": 0,
"job": 53,
"label": 80,
"parent": null,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 18,
"fields": {
"frame": 0,
"group": 0,
"job": 52,
"label": 80,
"parent": null,
"source": "manual"
}
},
{
"model": "engine.labeledtrack",
"pk": 19,
"fields": {
"frame": 0,
"group": 0,
"job": 51,
"label": 80,
"parent": null,
"source": "consensus"
}
},
{
"model": "engine.labeledtrackattributeval",
"pk": 3,
"fields": {
"job": 18,
"spec": 2,
"track": 1,
"value": "white"
}
},
{
"model": "engine.labeledtrackattributeval",
"pk": 4,
"fields": {
"job": 18,
"spec": 3,
"track": 4,
"value": "val1"
}
},
{
"model": "engine.labeledtrackattributeval",
"pk": 7,
"fields": {
"job": 53,
"spec": 18,
"track": 17,
"value": "j1 f1 (30) a3"
}
},
{
"model": "engine.labeledtrackattributeval",
"pk": 8,
"fields": {
"job": 52,
"spec": 18,
"track": 18,
"value": "j2 f1 (30) a3"
}
},
{
"model": "engine.labeledtrackattributeval",
"pk": 9,
"fields": {
"job": 51,
"spec": 18,
"track": 19,
"value": "j2 f1 (30) a3"
}
},
{
"model": "engine.manifest",
"pk": 1,
"fields": {
"cloud_storage": 1,
"filename": "images_with_manifest/manifest.jsonl"
}
},
{
"model": "engine.manifest",
"pk": 2,
"fields": {
"cloud_storage": 2,
"filename": "sub/images_with_manifest/manifest.jsonl"
}
},
{
"model": "engine.manifest",
"pk": 3,
"fields": {
"cloud_storage": 3,
"filename": "images_with_manifest/manifest.jsonl"
}
},
{
"model": "engine.profile",
"pk": 1,
"fields": {
"has_analytics_access": true,
"last_activity_date": "2026-01-17T12:23:53.610Z",
"rating": 0.0,
"user": [
"admin1"
]
}
},
{
"model": "engine.profile",
"pk": 2,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.680Z",
"rating": 0.0,
"user": [
"user1"
]
}
},
{
"model": "engine.profile",
"pk": 3,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.658Z",
"rating": 0.0,
"user": [
"user2"
]
}
},
{
"model": "engine.profile",
"pk": 4,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.634Z",
"rating": 0.0,
"user": [
"user3"
]
}
},
{
"model": "engine.profile",
"pk": 5,
"fields": {
"has_analytics_access": true,
"last_activity_date": "2026-01-17T12:23:58.610Z",
"rating": 0.0,
"user": [
"user4"
]
}
},
{
"model": "engine.profile",
"pk": 6,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.586Z",
"rating": 0.0,
"user": [
"worker1"
]
}
},
{
"model": "engine.profile",
"pk": 7,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.564Z",
"rating": 0.0,
"user": [
"worker2"
]
}
},
{
"model": "engine.profile",
"pk": 8,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.542Z",
"rating": 0.0,
"user": [
"worker3"
]
}
},
{
"model": "engine.profile",
"pk": 9,
"fields": {
"has_analytics_access": true,
"last_activity_date": "2026-01-17T12:23:58.523Z",
"rating": 0.0,
"user": [
"worker4"
]
}
},
{
"model": "engine.profile",
"pk": 10,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.504Z",
"rating": 0.0,
"user": [
"user7"
]
}
},
{
"model": "engine.profile",
"pk": 11,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.486Z",
"rating": 0.0,
"user": [
"user8"
]
}
},
{
"model": "engine.profile",
"pk": 12,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.465Z",
"rating": 0.0,
"user": [
"user9"
]
}
},
{
"model": "engine.profile",
"pk": 13,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.442Z",
"rating": 0.0,
"user": [
"user10"
]
}
},
{
"model": "engine.profile",
"pk": 14,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.420Z",
"rating": 0.0,
"user": [
"dummy1"
]
}
},
{
"model": "engine.profile",
"pk": 15,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.407Z",
"rating": 0.0,
"user": [
"dummy2"
]
}
},
{
"model": "engine.profile",
"pk": 16,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.390Z",
"rating": 0.0,
"user": [
"dummy3"
]
}
},
{
"model": "engine.profile",
"pk": 17,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.377Z",
"rating": 0.0,
"user": [
"dummy4"
]
}
},
{
"model": "engine.profile",
"pk": 18,
"fields": {
"has_analytics_access": true,
"last_activity_date": "2026-01-17T12:23:58.363Z",
"rating": 0.0,
"user": [
"admin2"
]
}
},
{
"model": "engine.profile",
"pk": 19,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.344Z",
"rating": 0.0,
"user": [
"user5"
]
}
},
{
"model": "engine.profile",
"pk": 20,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.324Z",
"rating": 0.0,
"user": [
"user6"
]
}
},
{
"model": "engine.profile",
"pk": 21,
"fields": {
"has_analytics_access": false,
"last_activity_date": "2026-01-17T12:23:58.306Z",
"rating": 0.0,
"user": [
"lonely_user"
]
}
},
{
"model": "engine.project",
"pk": 1,
"fields": {
"assignee": [
"user6"
],
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2021-12-14T19:46:37.969Z",
"name": "project1",
"organization": null,
"owner": [
"user7"
],
"source_storage": null,
"status": "annotation",
"target_storage": null,
"updated_date": "2022-11-03T13:57:25.895Z"
}
},
{
"model": "engine.project",
"pk": 2,
"fields": {
"assignee": [
"user2"
],
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2021-12-14T19:52:37.278Z",
"name": "project2",
"organization": 2,
"owner": [
"user7"
],
"source_storage": 3,
"status": "annotation",
"target_storage": 1,
"updated_date": "2022-06-30T08:56:45.601Z"
}
},
{
"model": "engine.project",
"pk": 3,
"fields": {
"assignee": [
"user5"
],
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2022-03-28T13:05:24.659Z",
"name": "project 3",
"organization": 2,
"owner": [
"user2"
],
"source_storage": null,
"status": "annotation",
"target_storage": null,
"updated_date": "2022-03-28T13:06:09.283Z"
}
},
{
"model": "engine.project",
"pk": 4,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2022-06-08T08:32:45.521Z",
"name": "project4",
"organization": 2,
"owner": [
"admin1"
],
"source_storage": null,
"status": "annotation",
"target_storage": null,
"updated_date": "2023-02-10T11:50:18.436Z"
}
},
{
"model": "engine.project",
"pk": 5,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2022-09-22T14:21:53.791Z",
"name": "project5",
"organization": 2,
"owner": [
"admin1"
],
"source_storage": 5,
"status": "annotation",
"target_storage": 6,
"updated_date": "2022-09-28T12:26:49.493Z"
}
},
{
"model": "engine.project",
"pk": 6,
"fields": {
"assignee": [
"user10"
],
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2022-09-28T12:15:50.768Z",
"name": "user1_project",
"organization": null,
"owner": [
"user1"
],
"source_storage": 9,
"status": "annotation",
"target_storage": 10,
"updated_date": "2022-09-28T12:25:54.563Z"
}
},
{
"model": "engine.project",
"pk": 7,
"fields": {
"assignee": [
"worker4"
],
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2022-09-28T12:26:25.296Z",
"name": "admin1_project",
"organization": null,
"owner": [
"admin1"
],
"source_storage": 11,
"status": "annotation",
"target_storage": 12,
"updated_date": "2022-09-28T12:26:29.285Z"
}
},
{
"model": "engine.project",
"pk": 8,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2022-12-01T12:52:42.454Z",
"name": "project with video data",
"organization": null,
"owner": [
"admin1"
],
"source_storage": 13,
"status": "annotation",
"target_storage": 14,
"updated_date": "2022-12-01T12:53:34.917Z"
}
},
{
"model": "engine.project",
"pk": 10,
"fields": {
"assignee": [
"worker3"
],
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2023-02-10T11:42:43.192Z",
"name": "project 6",
"organization": 2,
"owner": [
"user3"
],
"source_storage": 19,
"status": "annotation",
"target_storage": 20,
"updated_date": "2024-09-23T21:42:22.688Z"
}
},
{
"model": "engine.project",
"pk": 11,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2023-03-01T15:36:11.840Z",
"name": "project7",
"organization": 2,
"owner": [
"admin1"
],
"source_storage": 21,
"status": "annotation",
"target_storage": 22,
"updated_date": "2023-03-01T15:36:37.812Z"
}
},
{
"model": "engine.project",
"pk": 12,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2023-03-10T11:57:14.944Z",
"name": "project with attributes",
"organization": null,
"owner": [
"admin1"
],
"source_storage": 27,
"status": "annotation",
"target_storage": 28,
"updated_date": "2023-03-10T11:57:48.747Z"
}
},
{
"model": "engine.project",
"pk": 13,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2023-03-10T11:58:04.216Z",
"name": "project with attributes 2",
"organization": null,
"owner": [
"admin1"
],
"source_storage": 31,
"status": "annotation",
"target_storage": 32,
"updated_date": "2023-03-10T11:58:04.216Z"
}
},
{
"model": "engine.project",
"pk": 14,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2024-07-15T15:29:04.426Z",
"name": "project with subsets",
"organization": null,
"owner": [
"admin1"
],
"source_storage": 35,
"status": "annotation",
"target_storage": 36,
"updated_date": "2024-07-15T15:34:53.175Z"
}
},
{
"model": "engine.project",
"pk": 15,
"fields": {
"assignee": [
"user4"
],
"assignee_updated_date": "2024-09-22T20:40:23.452Z",
"bug_tracker": "",
"created_date": "2024-09-22T20:40:15.423Z",
"name": "project assigned to user4",
"organization": 2,
"owner": [
"admin1"
],
"source_storage": 41,
"status": "annotation",
"target_storage": 42,
"updated_date": "2024-09-22T20:40:23.462Z"
}
},
{
"model": "engine.project",
"pk": 16,
"fields": {
"assignee": [
"user7"
],
"assignee_updated_date": "2024-09-23T08:09:45.461Z",
"bug_tracker": "",
"created_date": "2024-09-23T08:09:42.827Z",
"name": "project assigned to org owner",
"organization": 2,
"owner": [
"admin1"
],
"source_storage": 43,
"status": "annotation",
"target_storage": 44,
"updated_date": "2024-09-23T08:09:45.474Z"
}
},
{
"model": "engine.project",
"pk": 17,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2025-05-05T15:35:00.036Z",
"name": "project 4",
"organization": 2,
"owner": [
"user2"
],
"source_storage": null,
"status": "annotation",
"target_storage": null,
"updated_date": "2025-05-05T15:35:00.542Z"
}
},
{
"model": "engine.project",
"pk": 18,
"fields": {
"assignee": null,
"assignee_updated_date": null,
"bug_tracker": "",
"created_date": "2025-11-13T11:32:07.581Z",
"name": "project with tags",
"organization": null,
"owner": [
"admin1"
],
"source_storage": 57,
"status": "annotation",
"target_storage": 58,
"updated_date": "2025-11-13T11:32:48.144Z"
}
},
{
"model": "engine.relatedfile",
"pk": 1,
"fields": {
"data": 6,
"images": [
360
],
"path": "test_pointcloud_pcd/related_images/000001_pcd/000001.png"
}
},
{
"model": "engine.segment",
"pk": 2,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 22,
"task": 2,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 7,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 24,
"task": 5,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 8,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 0,
"task": 6,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 9,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 10,
"task": 7,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 10,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 13,
"task": 8,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 11,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 4,
"task": 9,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 12,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 5,
"stop_frame": 9,
"task": 9,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 13,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 10,
"stop_frame": 14,
"task": 9,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 14,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 15,
"stop_frame": 19,
"task": 9,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 16,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 10,
"task": 11,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 17,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 4,
"task": 13,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 18,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 7,
"task": 14,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 19,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 24,
"task": 15,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 21,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 4,
"task": 17,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 22,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 1,
"task": 18,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 23,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 1,
"task": 19,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 24,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 1,
"task": 20,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 25,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 5,
"task": 21,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 26,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 6,
"stop_frame": 9,
"task": 21,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 27,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 10,
"task": 22,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 28,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "0,1,2",
"start_frame": 0,
"stop_frame": 10,
"task": 22,
"type": "specific_frames"
}
},
{
"model": "engine.segment",
"pk": 29,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 4,
"task": 23,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 30,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 5,
"stop_frame": 9,
"task": 23,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 31,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 10,
"stop_frame": 10,
"task": 23,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 32,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "4,5,7",
"start_frame": 0,
"stop_frame": 10,
"task": 23,
"type": "specific_frames"
}
},
{
"model": "engine.segment",
"pk": 33,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 0,
"task": 24,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 34,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 0,
"task": 25,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 35,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 0,
"task": 26,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 36,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 0,
"task": 27,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 37,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 0,
"task": 28,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 38,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 7,
"task": 29,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 39,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 8,
"stop_frame": 15,
"task": 29,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 40,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 16,
"stop_frame": 22,
"task": 29,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 41,
"fields": {
"chunks_updated_date": "2024-10-02T08:13:16.623Z",
"frames": "[]",
"start_frame": 23,
"stop_frame": 28,
"task": 29,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 42,
"fields": {
"chunks_updated_date": "2025-01-14T17:19:04.053Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 4,
"task": 30,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 43,
"fields": {
"chunks_updated_date": "2025-01-14T17:19:04.090Z",
"frames": "[]",
"start_frame": 5,
"stop_frame": 7,
"task": 30,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 44,
"fields": {
"chunks_updated_date": "2025-01-14T17:19:04.161Z",
"frames": "[]",
"start_frame": 8,
"stop_frame": 9,
"task": 30,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 45,
"fields": {
"chunks_updated_date": "2025-01-27T16:42:31.655Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 2,
"task": 31,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 46,
"fields": {
"chunks_updated_date": "2025-05-05T15:35:00.153Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 3,
"task": 32,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 47,
"fields": {
"chunks_updated_date": "2025-05-05T15:35:00.217Z",
"frames": "1,3",
"start_frame": 0,
"stop_frame": 3,
"task": 32,
"type": "specific_frames"
}
},
{
"model": "engine.segment",
"pk": 48,
"fields": {
"chunks_updated_date": "2025-05-05T15:35:00.377Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 4,
"task": 33,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 49,
"fields": {
"chunks_updated_date": "2025-05-05T15:35:00.384Z",
"frames": "[]",
"start_frame": 5,
"stop_frame": 7,
"task": 33,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 50,
"fields": {
"chunks_updated_date": "2025-05-05T15:35:00.401Z",
"frames": "[]",
"start_frame": 8,
"stop_frame": 9,
"task": 33,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 51,
"fields": {
"chunks_updated_date": "2025-08-01T11:44:47.531Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 9,
"task": 34,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 52,
"fields": {
"chunks_updated_date": "2025-08-01T11:44:47.546Z",
"frames": "[]",
"start_frame": 5,
"stop_frame": 14,
"task": 34,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 53,
"fields": {
"chunks_updated_date": "2025-08-01T11:44:47.550Z",
"frames": "[]",
"start_frame": 10,
"stop_frame": 19,
"task": 34,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 54,
"fields": {
"chunks_updated_date": "2025-08-01T11:44:47.598Z",
"frames": "37,52,97",
"start_frame": 0,
"stop_frame": 19,
"task": 34,
"type": "specific_frames"
}
},
{
"model": "engine.segment",
"pk": 55,
"fields": {
"chunks_updated_date": "2025-11-13T11:32:48.457Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 1,
"task": 35,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 56,
"fields": {
"chunks_updated_date": "2026-05-11T17:25:43.503Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 6913,
"task": 36,
"type": "range"
}
},
{
"model": "engine.segment",
"pk": 57,
"fields": {
"chunks_updated_date": "2026-05-11T17:25:43.566Z",
"frames": "[]",
"start_frame": 0,
"stop_frame": 6913,
"task": 36,
"type": "range"
}
},
{
"model": "engine.serverfile",
"pk": 1,
"fields": {
"data": 34,
"file": "smallArchive.zip"
}
},
{
"model": "engine.skeleton",
"pk": 1,
"fields": {
"root": 18,
"svg": "
This domain is for use in illustrative examples in documents. You may use this\n domain in literature without prior coordination or asking for permission.
\n \nThis domain is for use in illustrative examples in documents. You may use this\n domain in literature without prior coordination or asking for permission.
\n \nThis domain is for use in illustrative examples in documents. You may use this\n domain in literature without prior coordination or asking for permission.
\n \nThis domain is for use in illustrative examples in documents. You may use this\n domain in literature without prior coordination or asking for permission.
\n \n